Skip to content

Commit 36f9559

Browse files
committed
Use updated L0 static loader
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 10d2b78 commit 36f9559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unified-runtime/cmake/FetchLevelZero.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
4343
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/nrspruit/level-zero.git")
4444
endif()
4545
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
46-
set(UR_LEVEL_ZERO_LOADER_TAG cd83892e09c339b1688de3aa67cd902fb277b297)
46+
set(UR_LEVEL_ZERO_LOADER_TAG 5b66d55a1d1eb30bfb8c7666cb1ec99db10e31b6)
4747
endif()
4848

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

0 commit comments

Comments
 (0)