Skip to content

Commit 8fecb89

Browse files
Merge pull request #1117 from lukaszstolarczuk/bump-l0-loader
Bump L0 loader to v1.20.2
2 parents 7e68cc8 + fd27836 commit 8fecb89

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

410410
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
411-
set(LEVEL_ZERO_LOADER_TAG v1.19.2)
411+
set(LEVEL_ZERO_LOADER_TAG v1.20.2)
412412

413413
message(
414414
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)