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

https://github.com/codeplaysoftware/computecpp-cmake-template


https://github.com/codeplaysoftware/computecpp-cmake-template

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# computecpp-cmake-template
A template ComputeCpp/SYCL project using the CMake build automation system.

# Usage
Run the following commands with terminal opened in this repository's directory

1. ```mkdir build```

2. ```cd build```

3. ```cmake .. -DComputeCpp_DIR=""```

If using NVIDIA GPU, add the ```-DCOMPUTECPP_BITCODE=ptx64``` flag to the last command.