Skip to content

codeplaysoftware/computecpp-cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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="<path/to/computecpp/root/dir>"

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published