https://github.com/codeplaysoftware/computecpp-cmake-template
https://github.com/codeplaysoftware/computecpp-cmake-template
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeplaysoftware/computecpp-cmake-template
- Owner: codeplaysoftware
- Created: 2021-09-15T15:13:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T19:22:02.000Z (over 4 years ago)
- Last Synced: 2025-04-12T21:47:31.487Z (9 months ago)
- Language: CMake
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.