-
I found the using the option |
Beta Was this translation helpful? Give feedback.
Answered by
keryell
Feb 23, 2021
Replies: 1 comment 1 reply
-
Since SYCL is pure C++, if you compile the SYCL code with a normal host compiler, you should have the host code and it will work also on the host CPU. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AGindinson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since SYCL is pure C++, if you compile the SYCL code with a normal host compiler, you should have the host code and it will work also on the host CPU.
Is this what you are locking for?
This is called host fallback mode in the SYCL jargon.