https://github.com/th-blitz/conv-cuda
An optimized CNN CUDA Kernel
https://github.com/th-blitz/conv-cuda
Last synced: about 2 months ago
JSON representation
An optimized CNN CUDA Kernel
- Host: GitHub
- URL: https://github.com/th-blitz/conv-cuda
- Owner: th-blitz
- License: mit
- Created: 2024-08-06T01:18:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T01:24:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T21:25:35.712Z (over 1 year ago)
- Language: Cuda
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A CNN Algorithm in CUDA
## To run all experiments on HPC please use :
```
sbatch run.sbatch
```
## The outputs of sbatch will be written to the text file :
```
run.out
```
## To run all experiments in a bash shell use :
```
bash run.batch
```
## To run individual experiments please refer to the run.batch file.