We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64289e7 commit 55583daCopy full SHA for 55583da
cmake/FetchLevelZero.cmake
@@ -47,7 +47,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
47
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
48
endif()
49
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
50
- set(UR_LEVEL_ZERO_LOADER_TAG 04aaf366bf62c740e1cb2a806147189b22511f50)
+ set(UR_LEVEL_ZERO_LOADER_TAG c182a1e4fc761f7cddb108df92dc6362c8aea6c0)
51
52
53
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments