Skip to content

Commit

Permalink
Update to use offical master patch of Loader
Browse files Browse the repository at this point in the history
Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit committed Feb 20, 2025
1 parent f73a94d commit f2acc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unified-runtime/cmake/FetchLevelZero.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
set(BUILD_STATIC ON)

if (UR_LEVEL_ZERO_LOADER_REPO STREQUAL "")
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")
endif()
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
set(UR_LEVEL_ZERO_LOADER_TAG a2ff82c2185534eaa3c042e8ce48fe45ef4555c3)
set(UR_LEVEL_ZERO_LOADER_TAG 51dd3d802c925191bcbb42a881f984a57e0f5bab)
endif()

# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
Expand Down

0 comments on commit f2acc4b

Please sign in to comment.