Replies: 1 comment 3 replies
-
This looks to be a conflict between then type declared for the kernel name and the @bader what do you think? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the kernel name is "distance" (i.e. ), the compiler error implies that the name is in conflict with something defined in sycl_span.hpp.
The compiler reported the error with the HIP/ROCm backend. The compiler does not report the error for the CUDA backend. Could you reproduce the error using any sycl program ?
Beta Was this translation helpful? Give feedback.
All reactions