Ecosyste.ms: Awesome
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: 15 days ago
JSON representation
sample programs implemented using cuda (gpu)
- Host: GitHub
- URL: https://github.com/muneeb706/cuda
- Owner: muneeb706
- Created: 2020-12-18T10:23:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T10:34:08.000Z (about 4 years ago)
- Last Synced: 2024-12-04T07:47:39.614Z (2 months ago)
- Topics: cplusplus, cuda, gpu-programming
- Language: Cuda
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 cudanvcc [filename].cu -o run
```To execute type,
```
./run
```