Skip to content

[BuildBot] OpenCL CPU/FPGAEMU driver uplift #2620

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 2 commits into from
Oct 11, 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
32 changes: 16 additions & 16 deletions buildbot/dependency.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[VERSIONS]
# https://github.com/intel/llvm/releases/download/2020-WW36/oclcpuexp-2020.11.8.0.27_rel.tar.gz
ocl_cpu_rt_ver=2020.11.8.0.27
# https://github.com/intel/llvm/releases/download/2020-WW36/win-oclcpuexp-2020.11.8.0.27_rel.zip
ocl_cpu_rt_ver_win=2020.11.8.0.27
# https://github.com/intel/llvm/releases/download/2020-WW41/oclcpuexp-2020.11.10.0.05_rel.tar.gz
ocl_cpu_rt_ver=2020.11.10.0.05
# https://github.com/intel/llvm/releases/download/2020-WW41/win-oclcpuexp-2020.11.10.0.05_rel.zip
ocl_cpu_rt_ver_win=2020.11.10.0.05
# Same GPU driver supports Level Zero and OpenCL:
# https://github.com/intel/compute-runtime/releases/tag/20.39.17972
ocl_gpu_rt_ver=20.39.17972
Expand All @@ -11,23 +11,23 @@ ocl_gpu_rt_ver=20.39.17972
ocl_gpu_rt_ver_win=27.20.100.8778
intel_sycl_ver=build
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta08/oneapi-tbb-2021.1-beta08-lin.tgz
tbb_ver=2021.1.9.636
tbb_ver=2021.1.10.2267
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta08/oneapi-tbb-2021.1-beta08-win.zip
tbb_ver_win=2021.1.9.636
# https://github.com/intel/llvm/releases/download/2020-WW36/fpgaemu-2020.11.8.0.27_rel.tar.gz
ocl_fpga_emu_ver=2020.11.8.0.27
# https://github.com/intel/llvm/releases/download/2020-WW36/win-fpgaemu-2020.11.8.0.27_rel.zip
ocl_fpga_emu_ver_win=2020.11.8.0.27
fpga_ver=20200811_000001
fpga_ver_win=20200811_000006
tbb_ver_win=2021.1.10.2267
# https://github.com/intel/llvm/releases/download/2020-WW41/fpgaemu-2020.11.10.0.05_rel.tar.gz
ocl_fpga_emu_ver=2020.11.10.0.05
# https://github.com/intel/llvm/releases/download/2020-WW41/win-fpgaemu-2020.11.10.0.05_rel.zip
Copy link
Contributor

Choose a reason for hiding this comment

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

@tfzhu, @yanfeng3721 could you please make sure that the binaries are available under the link?

Copy link
Contributor

Choose a reason for hiding this comment

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

release created

ocl_fpga_emu_ver_win=2020.11.10.0.05
fpga_ver=20200913_000017
fpga_ver_win=20200913_000017

[DRIVER VERSIONS]
cpu_driver_lin=2020.11.8.0.27
cpu_driver_win=2020.11.8.0.27
cpu_driver_lin=2020.11.10.0.05
cpu_driver_win=2020.11.10.0.05
gpu_driver_lin=20.39.17972
gpu_driver_win=27.20.100.8778
fpga_driver_lin=2020.11.8.0.27
fpga_driver_win=2020.11.8.0.27
fpga_driver_lin=2020.11.10.0.05
fpga_driver_win=2020.11.10.0.05
# NVidia CUDA driver
# TODO provide URL for CUDA driver
nvidia_gpu_driver_lin=435.21
Expand Down
1 change: 0 additions & 1 deletion sycl/test/reduction/reduction_usm.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// XFAIL: accelerator
// UNSUPPORTED: cuda
// Reductions use work-group builtins not yet supported by CUDA.

Expand Down
1 change: 0 additions & 1 deletion sycl/test/sub_group/broadcast.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// XFAIL: cpu
// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.

Expand Down
1 change: 0 additions & 1 deletion sycl/test/sub_group/broadcast_fp64.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// XFAIL: cpu
// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.

Expand Down