Skip to content

Commit 9f35584

Browse files
committed
bump L0
1 parent 47630fe commit 9f35584

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

unified-runtime/cmake/FetchLevelZero.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
4242
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
4343
endif()
4444
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
45-
set(UR_LEVEL_ZERO_LOADER_TAG v1.19.2)
45+
set(UR_LEVEL_ZERO_LOADER_TAG c4892da92dab13a2d276a18975f9fff4268c2daf)
4646
endif()
4747

4848
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104

unified-runtime/source/adapters/level_zero/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ if(UR_BUILD_ADAPTER_L0)
5959

6060
# 'utils' target from 'level-zero-loader' includes path which is prefixed
6161
# in the source directory, this breaks the installation of 'utils' target.
62-
set_target_properties(utils PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "")
63-
install(TARGETS ur_umf LevelZeroLoader LevelZeroLoader-Headers ComputeRuntimeLevelZero-Headers ze_loader utils
62+
set_target_properties(level_zero_utils PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "")
63+
install(TARGETS ur_umf LevelZeroLoader LevelZeroLoader-Headers ComputeRuntimeLevelZero-Headers ze_loader level_zero_utils
6464
EXPORT ${PROJECT_NAME}-targets
6565
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
6666
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}

0 commit comments

Comments
 (0)