Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snandasena/courseera_gpu_specilization
Example for Cuda streaming
https://github.com/snandasena/courseera_gpu_specilization
c cpp cuda
Last synced: about 1 month ago
JSON representation
Example for Cuda streaming
- Host: GitHub
- URL: https://github.com/snandasena/courseera_gpu_specilization
- Owner: snandasena
- Created: 2024-11-10T18:02:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:07:16.000Z (3 months ago)
- Last Synced: 2024-11-25T21:22:06.642Z (3 months ago)
- Topics: c, cpp, cuda
- Language: Cuda
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Build and run
##### Generate CMake configuration files
```bashcmake -S . -B build
```
##### Build the Executable
```bash
cmake --build build```
##### Run the Executable
```bash
./build/streams.exe
```