A template ComputeCpp/SYCL project using the CMake build automation system.
Run the following commands with terminal opened in this repository's directory
-
mkdir build -
cd build -
cmake .. -DComputeCpp_DIR="<path/to/computecpp/root/dir>"
If using NVIDIA GPU, add the -DCOMPUTECPP_BITCODE=ptx64 flag to the last command.