An open API service indexing awesome lists of open source software.

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

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.