We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d2b78 commit 36f9559Copy full SHA for 36f9559
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 5b66d55a1d1eb30bfb8c7666cb1ec99db10e31b6)
47
48
49
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments