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 36c8f71 commit 893e18eCopy full SHA for 893e18e
libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp
@@ -44,8 +44,8 @@
44
// not reorder the includes.
45
// clang-format off
46
#include "ze_api.h" /* Level Zero headers */
47
-#if __has_include(<sycl/backend/level_zero.hpp>)
48
-#include <sycl/backend/level_zero.hpp>
+#if __has_include(<sycl/ext/oneapi/backend/level_zero.hpp>)
+#include <sycl/ext/oneapi/backend/level_zero.hpp>
49
#else
50
#include <CL/sycl/backend/level_zero.hpp>
51
#endif
0 commit comments