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][E2E] Fix interop_all_backends for CUDA (#17643)
The CUDA backend has two different versions of the interop. A legacy
version and a newer experimental version. Using the experimental version
requires defining a macro before including the SYCL headers. This test
uses the experimental version so it should define the macro.
Fixes: #16070
0 commit comments