Skip to content

Commit 973df7a

Browse files
[CMake] Bump L0 loader version to the latest one
it's aligned with version used in UR.
1 parent df4a497 commit 973df7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/gpu_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.16.1)
27+
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
2828

2929
message(
3030
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.16.1)
27+
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
2828

2929
message(
3030
STATUS

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (UMF_BUILD_GPU_TESTS
2020
include(FetchContent)
2121

2222
set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
23-
set(LEVEL_ZERO_LOADER_TAG v1.16.1)
23+
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
2424

2525
message(
2626
STATUS

0 commit comments

Comments
 (0)