Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muneeb706/cuda

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

cplusplus cuda gpu-programming

Last synced: 15 days 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
```