Skip to content

Commit 4f79de3

Browse files
[CMake] Bump L0 loader to v1.22.4
It's aligned with version currently used in SYCL
1 parent c765222 commit 4f79de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
389389
else()
390390
set(LEVEL_ZERO_LOADER_REPO
391391
"https://github.com/oneapi-src/level-zero.git")
392-
set(LEVEL_ZERO_LOADER_TAG v1.21.9)
392+
set(LEVEL_ZERO_LOADER_TAG v1.22.4)
393393

394394
message(STATUS "Fetching Level Zero loader (${LEVEL_ZERO_LOADER_TAG}) "
395395
"from ${LEVEL_ZERO_LOADER_REPO} ...")

0 commit comments

Comments
 (0)