File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ ocl_cpu_rt_ver=2021.11.3.0.09
44# https://github.com/intel/llvm/releases/download/2021-WW11/win-oclcpuexp-2021.11.3.0.09_rel.zip
55ocl_cpu_rt_ver_win=2021.11.3.0.09
66# Same GPU driver supports Level Zero and OpenCL
7- # https://github.com/intel/compute-runtime/releases/tag/21.09.19150
8- ocl_gpu_rt_ver=21.09.19150
7+ # https://github.com/intel/compute-runtime/releases/tag/21.12.19358
8+ ocl_gpu_rt_ver=21.12.19358
99# Same GPU driver supports Level Zero and OpenCL
1010# https://downloadmirror.intel.com/30266/a08/igfx_win10_100.9316.zip
1111ocl_gpu_rt_ver_win=27.20.100.9316
@@ -30,7 +30,7 @@ ocloc_ver_win=27.20.100.9168
3030[DRIVER VERSIONS]
3131cpu_driver_lin=2021.11.3.0.09
3232cpu_driver_win=2021.11.3.0.09
33- gpu_driver_lin=21.09.19150
33+ gpu_driver_lin=21.12.19358
3434gpu_driver_win=27.20.100.9316
3535fpga_driver_lin=2021.11.3.0.09
3636fpga_driver_win=2021.11.3.0.09
Original file line number Diff line number Diff line change @@ -21,9 +21,14 @@ 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.0.16)
26+ else ()
27+ set (LEVEL_ZERO_LOADER_SOURCE_VERSION v1.2.3)
28+ endif ()
2429 ExternalProject_Add(level-zero-loader
2530 GIT_REPOSITORY https://github.com/oneapi-src/level-zero.git
26- GIT_TAG v1.0.16
31+ GIT_TAG ${LEVEL_ZERO_LOADER_SOURCE_VERSION}
2732 UPDATE_DISCONNECTED ${SYCL_EP_LEVEL_ZERO_LOADER_SKIP_AUTO_UPDATE}
2833 SOURCE_DIR ${LEVEL_ZERO_LOADER_SOURCE_DIR}
2934 BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /level_zero_loader_build"
You can’t perform that action at this time.
0 commit comments