Skip to content

Commit

Permalink
[UR] Bump L0 Loader version
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vesely committed Jul 12, 2023
1 parent 7c2db62 commit 43f4216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adapters/level_zero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
message(STATUS "Download Level Zero loader and headers from github.com")

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

# Disable due to a bug https://github.com/oneapi-src/level-zero/issues/104
set(CMAKE_INCLUDE_CURRENT_DIR OFF)
Expand Down

0 comments on commit 43f4216

Please sign in to comment.