computecpp-sdk
computecpp-sdk copied to clipboard
Collection of samples and utilities for using ComputeCpp, Codeplay's SYCL implementation
Cloned the latest computecpp-sdk samples and built project files using the included CMake. Running on Visual Studio v16.9.4 2019 on Windows 10 in Debug mode. Exception points to the queue...
i want to implement a function by device buildin fun.but may __SYCL_DEVICE_ONLY__ not defined ,so it not work . i need your help ,thanks very much i call device_buildin fun...
i find nothing about atomic op samples。it is too hard to use atomic corresponding function. show us some demo,thanks
can anybody send me the computecpp ,because the website of codeplay.com now can't be registert,so I can't dowanload the file.Emai-address: [email protected]. Thanks!
now computecpp not support float&double atomic add , Will it be supported in the future.because float &double atomic op is common in hpc application
Added `COMPUTECPP_SDK_INCLUDE_AFTER` option that affects all SYCL targets by setting the `COMPUTECPP_INCLUDE_AFTER` property. The option is disabled by default for now. Additional changes: * Make ComputeCpp_DIR a cache variable *...
I have been using ComputeCPP successfully, however after a restart I have started receiving this error without further clarification, even on the basic vector addition sample. I am using ComputeCPP...
I propose to add SPIR-V and Vulkan API compilation into C++ compiler. And compile as single binary file, or as DLL files. With possible static and dynamic library linking. Add...
1. Re-assign accessors instead of calling `require` 2. Removed the use of `this` as a kernel
Would be nice to have an ability to explicitly specify dependency for SYCL file via DEPENDS parameter of add_sycl_to_target() in CMake builds.