Skip to content

Commit

Permalink
Merge pull request #861 from lukaszstolarczuk/bump-l0-loader
Browse files Browse the repository at this point in the history
Bump Level Zero Loader version to v1.19.2
  • Loading branch information
bratpiorka authored Nov 27, 2024
2 parents e53e52f + 9dfe4c9 commit 1369352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER AND (NOT UMF_LEVEL_ZERO_INCLUDE_DIR))
include(FetchContent)

set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
set(LEVEL_ZERO_LOADER_TAG v1.19.2)

message(
STATUS
Expand Down
2 changes: 1 addition & 1 deletion examples/ipc_level_zero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif()
include(FetchContent)

set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
set(LEVEL_ZERO_LOADER_TAG v1.19.2)

message(
STATUS
Expand Down
2 changes: 1 addition & 1 deletion examples/level_zero_shared_memory/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif()
include(FetchContent)

set(LEVEL_ZERO_LOADER_REPO "https://github.com/oneapi-src/level-zero.git")
set(LEVEL_ZERO_LOADER_TAG v1.17.39)
set(LEVEL_ZERO_LOADER_TAG v1.19.2)

message(
STATUS
Expand Down

0 comments on commit 1369352

Please sign in to comment.