Skip to content

[BuildBot] Uplift OpenCL runtime versions for Intel CPU and GPU #1889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 16, 2020
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