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 39d914e commit 0ab2423Copy full SHA for 0ab2423
unified-runtime/cmake/FetchLevelZero.cmake
@@ -40,10 +40,10 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
40
set(BUILD_STATIC ON)
41
42
if (UR_LEVEL_ZERO_LOADER_REPO STREQUAL "")
43
- set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/nrspruit/level-zero.git")
+ set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
44
endif()
45
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
46
- set(UR_LEVEL_ZERO_LOADER_TAG 85e97d4589824e0a23b6f3ee6aaedab721ae373f)
+ set(UR_LEVEL_ZERO_LOADER_TAG ecfe375b30cc04265b20ac1b7996a85d0910f3ed)
47
48
49
# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
0 commit comments