Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions buildbot/dependency.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[VERSIONS]
# https://github.com/intel/llvm/releases/download/2020-03/oclcpuexp-2020.10.4.0.15_rel.tar.gz
ocl_cpu_rt_ver=2020.10.4.0.15
# https://github.com/intel/llvm/releases/download/2020-03/win-oclcpuexp-2020.10.4.0.15_rel.zip
ocl_cpu_rt_ver_win=2020.10.4.0.15
# https://github.com/intel/llvm/releases/download/2020-WW20/oclcpuexp-2020.10.6.0.4_rel.tar.gz
ocl_cpu_rt_ver=2020.10.6.0.04
# https://github.com/intel/llvm/releases/download/2020-WW20/win-oclcpuexp-2020.10.6.0.4_rel.zip
ocl_cpu_rt_ver_win=2020.10.6.0.04
# Same GPU driver supports Level Zero and OpenCL:
# https://github.com/intel/compute-runtime/releases/tag/20.19.16754
ocl_gpu_rt_ver=20.19.16754
# https://github.com/intel/compute-runtime/releases/tag/20.21.16886
ocl_gpu_rt_ver=20.21.16886
# Same GPU driver supports Level Zero and OpenCL:
# https://downloadmirror.intel.com/29616/a08/igfx_win10_100.8280.zip
ocl_gpu_rt_ver_win=27.20.100.8280
Expand All @@ -20,9 +20,9 @@ fpga_ver=20200216_000000
fpga_ver_win=20200216_000000

[DRIVER VERSIONS]
cpu_driver_lin=2020.10.4.0.15
cpu_driver_win=2020.10.4.0.15
gpu_driver_lin=20.19.16754
cpu_driver_lin=2020.10.6.0.04
cpu_driver_win=2020.10.6.0.04
gpu_driver_lin=20.21.16886
gpu_driver_win=27.20.100.8280
fpga_driver_lin=2020.9.2.0
fpga_driver_win=2020.9.2.0
3 changes: 0 additions & 3 deletions sycl/test/hier_par/hier_par_basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// The tests is failing on CPU RT 2020.10.4.0.15
// XFAIL: cpu

// This test checks hierarchical parallelism invocation APIs, but without any
// data or code with side-effects between the work group and work item scopes.

Expand Down