Skip to content

Commit 451b8fb

Browse files
[CI] Bump L0 version
It contains static loader now. It should work with any loader installed in the system (e.g. via apt) as long as it's >= v1.15.17
1 parent 5c5bce5 commit 451b8fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ endif()
376376
# headers are not provided by the user (via setting UMF_LEVEL_ZERO_INCLUDE_DIR).
377377
if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR))
378378
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
379-
set(LEVEL_ZERO_LOADER_TAG v1.20.2)
379+
set(LEVEL_ZERO_LOADER_TAG v1.21.3)
380380

381381
message(
382382
STATUS

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.20.2)
27+
set(LEVEL_ZERO_LOADER_TAG v1.21.3)
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.20.2)
27+
set(LEVEL_ZERO_LOADER_TAG v1.21.3)
2828

2929
message(
3030
STATUS

0 commit comments

Comments
 (0)