Skip to content

Commit 893e18e

Browse files
Use sycl/ext/oneapi/backend/level_zero.hpp instead of deprecated path
Previously it was sycl/backend/level_zero.hpp but that header path is now deprecated.
1 parent 36c8f71 commit 893e18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
// not reorder the includes.
4545
// clang-format off
4646
#include "ze_api.h" /* Level Zero headers */
47-
#if __has_include(<sycl/backend/level_zero.hpp>)
48-
#include <sycl/backend/level_zero.hpp>
47+
#if __has_include(<sycl/ext/oneapi/backend/level_zero.hpp>)
48+
#include <sycl/ext/oneapi/backend/level_zero.hpp>
4949
#else
5050
#include <CL/sycl/backend/level_zero.hpp>
5151
#endif

0 commit comments

Comments
 (0)