Skip to content

Commit 2882d26

Browse files
Bump Level Zero Loader version to v1.18.5
1 parent cdc0310 commit 2882d26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/ipc_level_zero/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424
include(FetchContent)
2525

2626
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
27-
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
27+
set(LEVEL_ZERO_LOADER_TAG v1.18.5)
2828

2929
message(
3030
STATUS

examples/level_zero_shared_memory/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ endif()
2424
include(FetchContent)
2525

2626
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
27-
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
27+
set(LEVEL_ZERO_LOADER_TAG v1.18.5)
2828

2929
message(
3030
STATUS

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR))
2222
include(FetchContent)
2323

2424
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
25-
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
25+
set(LEVEL_ZERO_LOADER_TAG v1.18.5)
2626

2727
message(
2828
STATUS

0 commit comments

Comments
 (0)