Skip to content

Commit a96d954

Browse files
committed
[SYCL] Checkout fixed version of Level Zero loader
Checkout fixed version of the Level Zero loader instead of checking out master. Otherwise major changes in the headers can cause build failures. Signed-off-by: Artur Gainullin <[email protected]>
1 parent d5699d4 commit a96d954

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 L0_LIBRARY OR NOT DEFINED L0_INCLUDE_DIR)
2323
endif()
2424
ExternalProject_Add(l0-loader
2525
GIT_REPOSITORY https://github.com/oneapi-src/level-zero.git
26-
GIT_TAG origin/master
26+
GIT_TAG v0.91.21
2727
UPDATE_DISCONNECTED ${SYCL_EP_L0_LOADER_SKIP_AUTO_UPDATE}
2828
SOURCE_DIR ${L0_LOADER_SOURCE_DIR}
2929
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/l0_loader_build"

0 commit comments

Comments
 (0)