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 8ced24f commit 0a647fdCopy full SHA for 0a647fd
unified-runtime/cmake/FetchLevelZero.cmake
@@ -43,7 +43,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
43
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
44
endif()
45
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
46
- set(UR_LEVEL_ZERO_LOADER_TAG ecfe375b30cc04265b20ac1b7996a85d0910f3ed)
+ set(UR_LEVEL_ZERO_LOADER_TAG 01c9bad362b1981ed8fb287235e50d2d903a72cc)
47
48
49
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments