Replies: 1 comment 5 replies
-
In this context, SPIR-V is not enabled by default. Middle-end output (LLVM IR) is stored in fat object file by default. What exactly are you trying to accomplish by disabling SPIR-V translator? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While reading about SYCL Device compiler here, it is mentioned that
Howerver, by default SPIR-V translation seems to be enabled. How can I disable it?
Beta Was this translation helpful? Give feedback.
All reactions