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 e484bea commit c19e176Copy full SHA for c19e176
unified-runtime/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 a510259fb7490ab35841c0ed72986b01464b502c)
+ set(UR_LEVEL_ZERO_LOADER_TAG 04aaf366bf62c740e1cb2a806147189b22511f50)
51
52
53
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments