Skip to content

Commit 3c99ac1

Browse files
committed
[UR] Update L0 loader to v1.17.6
In v1.17.0 L0 loader started to fetch spdlog repo to get the headers and this causes issues in some scenarios. v1.17.6 removes that dependency from third party repo.
1 parent 45c3429 commit 3c99ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/level_zero/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
4242
set(UR_LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
4343
endif()
4444
if (UR_LEVEL_ZERO_LOADER_TAG STREQUAL "")
45-
set(UR_LEVEL_ZERO_LOADER_TAG v1.17.0)
45+
set(UR_LEVEL_ZERO_LOADER_TAG v1.17.6)
4646
endif()
4747

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

0 commit comments

Comments
 (0)