Skip to content

[BuildBot] Uplift OpenCL runtime versions #2148

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 4 commits into from
Aug 3, 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
46 changes: 24 additions & 22 deletions buildbot/dependency.conf
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
[VERSIONS]
# 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
# https://github.com/intel/llvm/releases/download/2020-WW31/oclcpuexp-2020.10.7.0.15_rel.tar.gz
ocl_cpu_rt_ver=2020.10.7.0.15
# https://github.com/intel/llvm/releases/download/2020-WW31/win-oclcpuexp-2020.10.7.0.15_rel.zip
ocl_cpu_rt_ver_win=2020.10.7.0.15
# Same GPU driver supports Level Zero and OpenCL:
# https://github.com/intel/compute-runtime/releases/tag/20.21.16886
ocl_gpu_rt_ver=20.21.16886
# https://github.com/intel/compute-runtime/releases/tag/20.25.17111
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why this tag URL is different from 20.29.17408?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, sorry for thar, it should be https://github.com/intel/compute-runtime/releases/tag/20.29.17408, I will fix it in PR#2260.

Copy link
Contributor

@vladimirlaz vladimirlaz Aug 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is bug. Should be fixed to 20.29.17408 (see #2260)

ocl_gpu_rt_ver=20.29.17408
# 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
# https://downloadmirror.intel.com/29674/a08/igfx_win10_100.8336.zip
ocl_gpu_rt_ver_win=27.20.100.8336
intel_sycl_ver=build
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-lin.tgz
tbb_ver=20200121_111047
tbb_ver=2021.1.8.515
# https://github.com/oneapi-src/oneTBB/releases/download/v2020.2/tbb-2020.2-win.zip
tbb_ver_win=20200124_000000
# TODO: provide URL for Linux OpenCL emulator of FPGA device
fpga_ver=20200216_000000
# TODO: provide URL for Windows OpenCL emulator of FPGA device
fpga_ver_win=20200216_000000
tbb_ver_win=2021.1.8.514
# https://github.com/intel/llvm/releases/download/2020-WW31/fpgaemu-2020.10.7.0.15_rel.tar.gz
ocl_fpga_emu_ver=2020.10.7.0.15
# https://github.com/intel/llvm/releases/download/2020-WW31/win-fpgaemu-2020.10.7.0.15_rel.zip
ocl_fpga_emu_ver_win=2020.10.7.0.15
fpga_ver=20200701_000002
fpga_ver_win=20200701_000002

[DRIVER VERSIONS]
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
cpu_driver_lin=2020.10.7.0.15
cpu_driver_win=2020.10.7.0.15
gpu_driver_lin=20.29.17408
gpu_driver_win=27.20.100.8336
fpga_driver_lin=2020.10.7.0.15
fpga_driver_win=2020.10.7.0.15
# NVidia CUDA driver
# http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-drivers_450.36.06-1_amd64.deb
nvidia_gpu_driver_lin=450.36.06
# TODO provide URL for CUDA driver
nvidia_gpu_driver_lin=435.21
2 changes: 1 addition & 1 deletion sycl/test/hier_par/hier_par_wgscope_O0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out

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

// This test checks correctness of hierarchical kernel execution when there is
// code and data in the work group scope, and when the test is compiled with
Expand Down
2 changes: 0 additions & 2 deletions sycl/test/regression/static-buffer-dtor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// XFAIL: linux && level_zero

#include <CL/sycl.hpp>

Expand Down
2 changes: 1 addition & 1 deletion sycl/test/sub_group/generic-shuffle.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// UNSUPPORTED: cuda
// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Expand Down