Skip to content

Commit fd27836

Browse files
Bump L0 loader to v1.20.2
1 parent 8c841b8 commit fd27836

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
@@ -407,7 +407,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR))
407407
include(FetchContent)
408408

409409
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
410-
set(LEVEL_ZERO_LOADER_TAG v1.19.2)
410+
set(LEVEL_ZERO_LOADER_TAG v1.20.2)
411411

412412
message(
413413
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.19.2)
27+
set(LEVEL_ZERO_LOADER_TAG v1.20.2)
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.19.2)
27+
set(LEVEL_ZERO_LOADER_TAG v1.20.2)
2828

2929
message(
3030
STATUS

0 commit comments

Comments
 (0)