We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d2b78 commit c33beabCopy full SHA for c33beab
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/nrspruit/level-zero.git")
44
endif()
45
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
46
- set(UR_LEVEL_ZERO_LOADER_TAG cd83892e09c339b1688de3aa67cd902fb277b297)
+ set(UR_LEVEL_ZERO_LOADER_TAG 85e97d4589824e0a23b6f3ee6aaedab721ae373f)
47
48
49
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments