Skip to content
#

sycl

Here are 59 public repositories matching this topic...

AlexeySachkov
AlexeySachkov commented Aug 5, 2021

If you pass incorrect/non-existing value into -fsycl-device-code-split option, you will get an assertion failure instead of user-friendly error message that the value is not correct:

$ touch t.cpp
$  clang++ -fsycl -fsycl-device-code-split=per-kernel t.cpp
clang++: clang/lib/Driver/ToolChains/Clang.cpp:8858: virtual void clang::driver::tools::SYCLPostLink::ConstructJob(clang::driver::C

Improve this page

Add a description, image, and links to the sycl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sycl topic, visit your repo's landing page and select "manage topics."

Learn more