Skip to content

Commit ef0c989

Browse files
committed
[SYCL] remove unnecessary include for cuda build
1 parent 6c55155 commit ef0c989

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using namespace sycl;
1010

1111
#ifdef BUILD_FOR_CUDA
12-
#include <sycl/ext/oneapi/experimental/backend/cuda.hpp>
1312
constexpr auto BACKEND = backend::ext_oneapi_cuda;
1413
using nativeDevice = CUdevice;
1514
using nativeQueue = CUstream;

0 commit comments

Comments
 (0)