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 a396574 commit 88c3ebdCopy full SHA for 88c3ebd
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.3)
44
45
46
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments