You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to upstream SPIR-V buit-ins declarations (enabled by #1384 ) to llorg. Otherwise we can't compile any SYCL sample using our SYCL headers and llorg clang:
.../build/bin/../include/sycl/CL/__spirv/spirv_ops.hpp:26:2: error: "SPIR-V built-ins are not available. Please set -fdeclare-spirv-builtins flag."
#error \
^
The text was updated successfully, but these errors were encountered:
We have to upstream SPIR-V buit-ins declarations (enabled by #1384 ) to llorg. Otherwise we can't compile any SYCL sample using our SYCL headers and llorg clang:
The text was updated successfully, but these errors were encountered: