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

https://github.com/muneeb706/cuda

sample programs implemented using cuda (gpu)
https://github.com/muneeb706/cuda

cplusplus cuda gpu-programming

Last synced: 2 months ago
JSON representation

sample programs implemented using cuda (gpu)

Awesome Lists containing this project

README

        

# Sample Cuda Programs

These programs can only be run on GPU.

You need cuda module and nvcc compiler to compile these programs.

To compile them you can use following template command.

```
module load cuda

nvcc [filename].cu -o run
```

To execute type,
```
./run
```