Skip to content

Commit 16354d8

Browse files
[UR] Bump L0 in UR's CMake to v1.28.2 (#21846)
1 parent f1af136 commit 16354d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

unified-runtime/cmake/FetchLevelZero.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ find_package(PkgConfig QUIET)
1414
# just try to search for the path.
1515
if(NOT UR_FORCE_FETCH_LEVEL_ZERO)
1616
if(PkgConfig_FOUND)
17-
pkg_check_modules(level-zero level-zero>=1.28.0)
17+
pkg_check_modules(level-zero level-zero>=1.28.2)
1818
if(level-zero_FOUND)
1919
set(LEVEL_ZERO_INCLUDE_DIR "${level-zero_INCLUDEDIR}/level_zero")
2020
set(LEVEL_ZERO_LIBRARY_SRC "${level-zero_LIBDIR}")
@@ -55,7 +55,7 @@ if(NOT LEVEL_ZERO_LIB_NAME AND NOT LEVEL_ZERO_LIBRARY)
5555
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
5656
# Remember to update the pkg_check_modules minimum version above when updating the
5757
# clone tag
58-
set(UR_LEVEL_ZERO_LOADER_TAG v1.28.0)
58+
set(UR_LEVEL_ZERO_LOADER_TAG v1.28.2)
5959

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

0 commit comments

Comments
 (0)