Skip to content

Commit ef86294

Browse files
authored
Merge pull request #1282 from lukaszstolarczuk/bump-L0-1.21.9
[CMake] Bump L0 version to latest - v1.21.9
2 parents 5d37cac + 3621797 commit ef86294

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
@@ -391,7 +391,7 @@ endif()
391391
# headers are not provided by the user (via setting UMF_LEVEL_ZERO_INCLUDE_DIR).
392392
if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR))
393393
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
394-
set(LEVEL_ZERO_LOADER_TAG v1.20.2)
394+
set(LEVEL_ZERO_LOADER_TAG v1.21.9)
395395

396396
message(
397397
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.9)
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.9)
2828

2929
message(
3030
STATUS

0 commit comments

Comments
 (0)