Skip to content

Commit 8719cdc

Browse files
committed
[SYCL][E2E] include missing header
1 parent ebaf36e commit 8719cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

1111
#ifdef BUILD_FOR_CUDA
12+
#include <sycl/ext/oneapi/experimental/backend/cuda.hpp>
1213
constexpr auto BACKEND = backend::ext_oneapi_cuda;
1314
using nativeDevice = CUdevice;
1415
using nativeQueue = CUstream;

0 commit comments

Comments
 (0)