Skip to content

Commit 01ac72d

Browse files
authored
[SYCL][PI][L0] Uplift L0 Loader from 1.4.1 to 1.8.8 (#7381)
1 parent 297e54d commit 01ac72d

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
@@ -24,7 +24,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
2424
if (WIN32)
2525
set(LEVEL_ZERO_LOADER_SOURCE_VERSION v1.2.3)
2626
else()
27-
set(LEVEL_ZERO_LOADER_SOURCE_VERSION v1.4.1)
27+
set(LEVEL_ZERO_LOADER_SOURCE_VERSION v1.8.8)
2828
endif()
2929

3030
#TODO: Replace ExternalProject with FetchContent for better maintainance and

0 commit comments

Comments
 (0)