We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297e54d commit 01ac72dCopy full SHA for 01ac72d
sycl/plugins/level_zero/CMakeLists.txt
@@ -24,7 +24,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
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)
+ set(LEVEL_ZERO_LOADER_SOURCE_VERSION v1.8.8)
28
endif()
29
30
#TODO: Replace ExternalProject with FetchContent for better maintainance and
0 commit comments