Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
else()
set(LEVEL_ZERO_LOADER_REPO
"https://github.com/oneapi-src/level-zero.git")
set(LEVEL_ZERO_LOADER_TAG v1.21.9)
set(LEVEL_ZERO_LOADER_TAG v1.22.4)

message(STATUS "Fetching Level Zero loader (${LEVEL_ZERO_LOADER_TAG}) "
"from ${LEVEL_ZERO_LOADER_REPO} ...")
Expand Down
Loading