Skip to content

Commit c33beab

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 85e97d4589824e0a23b6f3ee6aaedab721ae373f)
4747
endif()
4848

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

0 commit comments

Comments
 (0)