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
[SYCL][CUDA] Add missing macro to interop-backend-traits.cpp (#7603)
This test generally uses traits of different backends when compiling
using the default spirv triple. It seems this means that the test
manually defines some macros that are usually defined by the backend.
For the ext_oneapi_cuda case a macro was missing leading to the test
failure. I have added this missing required macro.
Fixes this post-commit windows failure:
https://github.com/intel/llvm/actions/runs/3585225542/jobs/6032932018
Signed-off-by: JackAKirk <[email protected]>
0 commit comments