Skip to content

Commit d8fe68e

Browse files
author
Yang,Yin
authored
[BuildBot] Uplift OpenCL runtime versions (#2148)
- uplift OpenCL RT versions - update LIT tests affected by changing dependencies Signed-off-by: yinyangsx <yin.yang@intel.com>
1 parent 5272332 commit d8fe68e

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

buildbot/dependency.conf

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
11
[VERSIONS]
2-
# https://github.com/intel/llvm/releases/download/2020-WW20/oclcpuexp-2020.10.6.0.4_rel.tar.gz
3-
ocl_cpu_rt_ver=2020.10.6.0.04
4-
# https://github.com/intel/llvm/releases/download/2020-WW20/win-oclcpuexp-2020.10.6.0.4_rel.zip
5-
ocl_cpu_rt_ver_win=2020.10.6.0.04
2+
# https://github.com/intel/llvm/releases/download/2020-WW31/oclcpuexp-2020.10.7.0.15_rel.tar.gz
3+
ocl_cpu_rt_ver=2020.10.7.0.15
4+
# https://github.com/intel/llvm/releases/download/2020-WW31/win-oclcpuexp-2020.10.7.0.15_rel.zip
5+
ocl_cpu_rt_ver_win=2020.10.7.0.15
66
# Same GPU driver supports Level Zero and OpenCL:
7-
# https://github.com/intel/compute-runtime/releases/tag/20.21.16886
8-
ocl_gpu_rt_ver=20.21.16886
7+
# https://github.com/intel/compute-runtime/releases/tag/20.25.17111
8+
ocl_gpu_rt_ver=20.29.17408
99
# Same GPU driver supports Level Zero and OpenCL:
10-
# https://downloadmirror.intel.com/29616/a08/igfx_win10_100.8280.zip
11-
ocl_gpu_rt_ver_win=27.20.100.8280
10+
# https://downloadmirror.intel.com/29674/a08/igfx_win10_100.8336.zip
11+
ocl_gpu_rt_ver_win=27.20.100.8336
1212
intel_sycl_ver=build
1313
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-lin.tgz
14-
tbb_ver=20200121_111047
14+
tbb_ver=2021.1.8.515
1515
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-win.zip
16-
tbb_ver_win=20200124_000000
17-
# TODO: provide URL for Linux OpenCL emulator of FPGA device
18-
fpga_ver=20200216_000000
19-
# TODO: provide URL for Windows OpenCL emulator of FPGA device
20-
fpga_ver_win=20200216_000000
16+
tbb_ver_win=2021.1.8.514
17+
# https://github.com/intel/llvm/releases/download/2020-WW31/fpgaemu-2020.10.7.0.15_rel.tar.gz
18+
ocl_fpga_emu_ver=2020.10.7.0.15
19+
# https://github.com/intel/llvm/releases/download/2020-WW31/win-fpgaemu-2020.10.7.0.15_rel.zip
20+
ocl_fpga_emu_ver_win=2020.10.7.0.15
21+
fpga_ver=20200701_000002
22+
fpga_ver_win=20200701_000002
2123

2224
[DRIVER VERSIONS]
23-
cpu_driver_lin=2020.10.6.0.04
24-
cpu_driver_win=2020.10.6.0.04
25-
gpu_driver_lin=20.21.16886
26-
gpu_driver_win=27.20.100.8280
27-
fpga_driver_lin=2020.9.2.0
28-
fpga_driver_win=2020.9.2.0
25+
cpu_driver_lin=2020.10.7.0.15
26+
cpu_driver_win=2020.10.7.0.15
27+
gpu_driver_lin=20.29.17408
28+
gpu_driver_win=27.20.100.8336
29+
fpga_driver_lin=2020.10.7.0.15
30+
fpga_driver_win=2020.10.7.0.15
2931
# NVidia CUDA driver
30-
# http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-drivers_450.36.06-1_amd64.deb
31-
nvidia_gpu_driver_lin=450.36.06
32+
# TODO provide URL for CUDA driver
33+
nvidia_gpu_driver_lin=435.21

sycl/test/hier_par/hier_par_wgscope_O0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1515

16-
// XFAIL: accelerator || (system-windows && cpu)
16+
// UNSUPPORTED: accelerator || (system-windows && cpu)
1717

1818
// This test checks correctness of hierarchical kernel execution when there is
1919
// code and data in the work group scope, and when the test is compiled with

sycl/test/regression/static-buffer-dtor.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// RUN: %CPU_RUN_PLACEHOLDER %t.out
1414
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1515
// RUN: %ACC_RUN_PLACEHOLDER %t.out
16-
//
17-
// XFAIL: linux && level_zero
1816

1917
#include <CL/sycl.hpp>
2018

sycl/test/sub_group/generic-shuffle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda
1+
// UNSUPPORTED: cuda || cpu
22
// CUDA compilation and runtime do not yet support sub-groups.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

0 commit comments

Comments
 (0)