Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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