File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
ocl_cpu_rt_ver=2020.11.11.0.04
4
4
# https://github.com/intel/llvm/releases/download/2020-WW45/win-oclcpuexp-2020.11.11.0.04_rel.zip
5
5
ocl_cpu_rt_ver_win=2020.11.11.0.04
6
- # Same GPU driver supports Level Zero and OpenCL:
7
- # https://github.com/intel/compute-runtime/releases/tag/20.45.18403
8
- ocl_gpu_rt_ver=20.45.18403
9
- # Same GPU driver supports Level Zero and OpenCL:
6
+ # Same GPU driver supports Level Zero and OpenCL
7
+ # https://github.com/intel/compute-runtime/releases/tag/20.46.18421
8
+ ocl_gpu_rt_ver=20.46.18421
9
+ # Same GPU driver supports Level Zero and OpenCL
10
10
# https://downloadmirror.intel.com/29988/a08/igfx_win10_100.8935.zip
11
11
ocl_gpu_rt_ver_win=27.20.100.8935
12
12
intel_sycl_ver=build
@@ -25,7 +25,7 @@ fpga_ver_win=20201022_000005
25
25
[DRIVER VERSIONS]
26
26
cpu_driver_lin=2020.11.11.0.04
27
27
cpu_driver_win=2020.11.11.0.04
28
- gpu_driver_lin=20.45.18403
28
+ gpu_driver_lin=20.46.18421
29
29
gpu_driver_win=27.20.100.8935
30
30
fpga_driver_lin=2020.11.11.0.04
31
31
fpga_driver_win=2020.11.11.0.04
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if (NOT DEFINED LEVEL_ZERO_LIBRARY OR NOT DEFINED LEVEL_ZERO_INCLUDE_DIR)
23
23
endif ()
24
24
ExternalProject_Add (level-zero-loader
25
25
GIT_REPOSITORY https://github.com/oneapi-src/level-zero.git
26
- GIT_TAG v1.0
26
+ GIT_TAG v1.0.16
27
27
UPDATE_DISCONNECTED ${SYCL_EP_LEVEL_ZERO_LOADER_SKIP_AUTO_UPDATE}
28
28
SOURCE_DIR ${LEVEL_ZERO_LOADER_SOURCE_DIR}
29
29
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR} /level_zero_loader_build"
You can’t perform that action at this time.
0 commit comments