https://github.com/snandasena/courseera_gpu_specilization
Example for Cuda streaming
https://github.com/snandasena/courseera_gpu_specilization
c cpp cuda
Last synced: 2 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:07:16.000Z (over 1 year ago)
- Last Synced: 2025-03-04T07:22:24.637Z (over 1 year 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
```bash
cmake -S . -B build
```
##### Build the Executable
```bash
cmake --build build
```
##### Run the Executable
```bash
./build/streams.exe
```