Skip to content

Commit 55583da

Browse files
nrspruitkbenzie
authored andcommitted
Update Static Loader to include fix for forward api version compat (#18203)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 64289e7 commit 55583da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 04aaf366bf62c740e1cb2a806147189b22511f50)
50+
set(UR_LEVEL_ZERO_LOADER_TAG c182a1e4fc761f7cddb108df92dc6362c8aea6c0)
5151
endif()
5252

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

0 commit comments

Comments
 (0)