Skip to content

Commit fcb3f99

Browse files
authored
Merge pull request #1479 from lukaszstolarczuk/bump-l0
[CMake] Bump L0 loader to v1.22.4
2 parents 0afa341 + 4f79de3 commit fcb3f99

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
@@ -396,7 +396,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
396396
else()
397397
set(LEVEL_ZERO_LOADER_REPO
398398
"https://github.com/oneapi-src/level-zero.git")
399-
set(LEVEL_ZERO_LOADER_TAG v1.21.9)
399+
set(LEVEL_ZERO_LOADER_TAG v1.22.4)
400400

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

0 commit comments

Comments
 (0)