Skip to content

Commit ed11eb2

Browse files
author
Yang,Yin
authored
[BuildBot] Uplift OpenCL runtime versions for Intel CPU and GPU (#1889)
- uplift OpenCL RT for Intel GPU and CPU; - update links to binaries; - enable fixed tests.
1 parent 5e62f22 commit ed11eb2

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

buildbot/dependency.conf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[VERSIONS]
2-
# https://github.com/intel/llvm/releases/download/2020-03/oclcpuexp-2020.10.4.0.15_rel.tar.gz
3-
ocl_cpu_rt_ver=2020.10.4.0.15
4-
# https://github.com/intel/llvm/releases/download/2020-03/win-oclcpuexp-2020.10.4.0.15_rel.zip
5-
ocl_cpu_rt_ver_win=2020.10.4.0.15
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
66
# Same GPU driver supports Level Zero and OpenCL:
7-
# https://github.com/intel/compute-runtime/releases/tag/20.19.16754
8-
ocl_gpu_rt_ver=20.19.16754
7+
# https://github.com/intel/compute-runtime/releases/tag/20.21.16886
8+
ocl_gpu_rt_ver=20.21.16886
99
# Same GPU driver supports Level Zero and OpenCL:
1010
# https://downloadmirror.intel.com/29616/a08/igfx_win10_100.8280.zip
1111
ocl_gpu_rt_ver_win=27.20.100.8280
@@ -20,9 +20,9 @@ fpga_ver=20200216_000000
2020
fpga_ver_win=20200216_000000
2121

2222
[DRIVER VERSIONS]
23-
cpu_driver_lin=2020.10.4.0.15
24-
cpu_driver_win=2020.10.4.0.15
25-
gpu_driver_lin=20.19.16754
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
2626
gpu_driver_win=27.20.100.8280
2727
fpga_driver_lin=2020.9.2.0
2828
fpga_driver_win=2020.9.2.0

sycl/test/hier_par/hier_par_basic.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1313
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1414

15-
// The tests is failing on CPU RT 2020.10.4.0.15
16-
// XFAIL: cpu
17-
1815
// This test checks hierarchical parallelism invocation APIs, but without any
1916
// data or code with side-effects between the work group and work item scopes.
2017

0 commit comments

Comments
 (0)