Skip to content

Commit 1d7e6a6

Browse files
authored
[SYCL][L0] Uplift level-zero loader from v1.2.3 to v1.4.1 (#4052)
1 parent 4fc5ebe commit 1d7e6a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
2121
if (NOT DEFINED SYCL_EP_LEVEL_ZERO_LOADER_SKIP_AUTO_UPDATE)
2222
set(SYCL_EP_LEVEL_ZERO_LOADER_SKIP_AUTO_UPDATE ${SYCL_EXTERNAL_PROJECTS_SKIP_AUTO_UPDATE})
2323
endif()
24+
if (WIN32)
25+
set(LEVEL_ZERO_LOADER_SOURCE_VERSION v1.2.3)
26+
else()
27+
set(LEVEL_ZERO_LOADER_SOURCE_VERSION v1.4.1)
28+
endif()
2429

2530
#TODO: Replace ExternalProject with FetchContent for better maintainance and
2631
# cmake files simplification
2732
include(ExternalProject)
28-
set(LEVEL_ZERO_LOADER_SOURCE_VERSION v1.2.3)
2933
ExternalProject_Add(level-zero-loader
3034
GIT_REPOSITORY https://github.com/oneapi-src/level-zero.git
3135
GIT_TAG ${LEVEL_ZERO_LOADER_SOURCE_VERSION}

0 commit comments

Comments
 (0)