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 bdb6997 commit d0b10a9Copy full SHA for d0b10a9
sycl/test-e2e/Basic/interop/interop_all_backends.cpp
@@ -1,5 +1,5 @@
1
// RUN: %if target-spir %{ %{build} -o %t-opencl.out %}
2
-// RUN: %if target-nvidia %{ %{build} -isystem %sycl_include -DBUILD_FOR_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL -o %t-cuda.out %}
+// RUN: %if target-nvidia %{ %{build} -DBUILD_FOR_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL -o %t-cuda.out %}
3
// RUN: %if target-amd %{ %{build} -DBUILD_FOR_HIP -o %t-hip.out %}
4
5
#include <sycl/backend.hpp>
0 commit comments