We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3504c6 commit ebaf36eCopy full SHA for ebaf36e
sycl/test-e2e/Basic/interop/interop_all_backends.cpp
@@ -1,5 +1,5 @@
1
// RUN: %if any-device-is-opencl %{ %{build} -o %t-opencl.out %}
2
-// RUN: %if any-device-is-cuda %{ %{build} -isystem %sycl_include -DBUILD_FOR_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL -o %t-cuda.out %}
+// RUN: %if any-device-is-cuda %{ %{build} -isystem %sycl_include -DBUILD_FOR_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA -o %t-cuda.out %}
3
// RUN: %if any-device-is-hip %{ %{build} -DBUILD_FOR_HIP -o %t-hip.out %}
4
5
#include <sycl/backend.hpp>
0 commit comments