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.
2 parents 85476e1 + c085440 commit 539b6daCopy full SHA for 539b6da
cmake/FetchLevelZero.cmake
@@ -40,7 +40,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
40
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
41
endif()
42
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
43
- set(UR_LEVEL_ZERO_LOADER_TAG v1.17.39)
+ set(UR_LEVEL_ZERO_LOADER_TAG v1.18.5)
44
45
46
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments