Skip to content

Commit 9289c7d

Browse files
[UR] Update UR loader tag to fix libsycl self-build on windows
Signed-off-by: Tikhomirova, Kseniya <[email protected]>
1 parent aac2993 commit 9289c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unified-runtime/cmake/FetchLevelZero.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find_package(PkgConfig QUIET)
1313
# so try using that to find the install and if it's not available
1414
# just try to search for the path.
1515
if(PkgConfig_FOUND)
16-
pkg_check_modules(level-zero level-zero>=1.22.3)
16+
pkg_check_modules(level-zero level-zero>=1.24.1)
1717
if(level-zero_FOUND)
1818
set(LEVEL_ZERO_INCLUDE_DIR "${level-zero_INCLUDEDIR}/level_zero")
1919
set(LEVEL_ZERO_LIBRARY_SRC "${level-zero_LIBDIR}")
@@ -50,7 +50,7 @@ if(NOT LEVEL_ZERO_LIB_NAME AND NOT LEVEL_ZERO_LIBRARY)
5050
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
5151
# Remember to update the pkg_check_modules minimum version above when updating the
5252
# clone tag
53-
set(UR_LEVEL_ZERO_LOADER_TAG 35c037cdf4aa9a2e6df34b6f1ce1bdc86ac5422f)
53+
set(UR_LEVEL_ZERO_LOADER_TAG 2e212f73c493bfab0e52381b175131a373db0ca5)
5454

5555
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
5656
set(CMAKE_INCLUDE_CURRENT_DIR OFF)

0 commit comments

Comments
 (0)