Skip to content

Commit c19e176

Browse files
authored
[UR][L0] Update Loader version to simplify teardown check on linux (#18144)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent e484bea commit c19e176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/cmake/FetchLevelZero.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
4747
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
4848
endif()
4949
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
50-
set(UR_LEVEL_ZERO_LOADER_TAG a510259fb7490ab35841c0ed72986b01464b502c)
50+
set(UR_LEVEL_ZERO_LOADER_TAG 04aaf366bf62c740e1cb2a806147189b22511f50)
5151
endif()
5252

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

0 commit comments

Comments
 (0)