Skip to content

Commit 0d57a09

Browse files
committed
[SYCL][E2E] do not use additional cuda build option
1 parent 8719cdc commit 0d57a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/interop/interop_all_backends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// 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 -o %t-cuda.out %}
2+
// RUN: %if any-device-is-cuda %{ %{build} -isystem %sycl_include -DBUILD_FOR_CUDA -o %t-cuda.out %}
33
// RUN: %if any-device-is-hip %{ %{build} -DBUILD_FOR_HIP -o %t-hip.out %}
44

55
#include <sycl/backend.hpp>

0 commit comments

Comments
 (0)