Skip to content

Commit a3538c5

Browse files
committed
[SYCL] Update Level Zero loader to 1.0.16
This patch updates Level Zero loader to 1.0.16 to support latest versions of Level Zero runtime.
1 parent bce8197 commit a3538c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
2323
endif()
2424
ExternalProject_Add(level-zero-loader
2525
GIT_REPOSITORY https://github.com/oneapi-src/level-zero.git
26-
GIT_TAG v1.0
26+
GIT_TAG v1.0.16
2727
UPDATE_DISCONNECTED ${SYCL_EP_LEVEL_ZERO_LOADER_SKIP_AUTO_UPDATE}
2828
SOURCE_DIR ${LEVEL_ZERO_LOADER_SOURCE_DIR}
2929
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/level_zero_loader_build"

0 commit comments

Comments
 (0)