Skip to content

Commit 9abc2f3

Browse files
committed
Hopefully, final fixes to see CI pass
1 parent ca99f2d commit 9abc2f3

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

sycl/source/detail/platform_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include <detail/adapter.hpp>
1212
#include <detail/platform_info.hpp>
13+
#include <detail/ur.hpp>
1314
#include <detail/ur_info_code.hpp>
1415
#include <sycl/backend_types.hpp>
1516
#include <sycl/detail/cl.h>

sycl/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ set(SYCL_THREADS_LIB ${CMAKE_THREAD_LIBS_INIT})
1515

1616
# TEST_INCLUDE_PATH is used for syntax-only verification of type information.
1717
list(APPEND test_includes ${SYCL_INCLUDE})
18-
list(APPEND test_includes ${SYCL_INCLUDE}/sycl)
1918
list(APPEND test_includes ${SYCL_SOURCE_DIR}/source)
2019
list(APPEND test_includes ${BOOST_UNORDERED_INCLUDE_DIRS})
2120
if(SYCL_ENABLE_EXTENSION_JIT)

sycl/test/basic_tests/interop-backend-traits-cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifdef USE_CUDA_EXPERIMENTAL
66
#define SYCL_EXT_ONEAPI_BACKEND_CUDA 1
77
#define SYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL 1
8+
#include <sycl/backend.hpp>
89
#include <sycl/ext/oneapi/experimental/backend/cuda.hpp>
910
#endif
1011

sycl/test/basic_tests/interop-cuda.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#ifdef SYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL
1212
// expected-no-diagnostics
13+
#include <sycl/backend.hpp>
1314
#include <sycl/ext/oneapi/experimental/backend/cuda.hpp>
1415
#endif
1516

0 commit comments

Comments
 (0)