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: 2 months ago
JSON representation

Example for Cuda streaming

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
```