From e7aa093ec7e35bc0ffc0ca90b235027eade70158 Mon Sep 17 00:00:00 2001 From: yanfeng xiao Date: Fri, 9 Oct 2020 10:01:57 +0800 Subject: [PATCH 1/2] [BuildBot] OpenCL CPU/FPGAEMU driver uplift --- buildbot/dependency.conf | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/buildbot/dependency.conf b/buildbot/dependency.conf index 24d412badc2d5..127e5b89f2da7 100644 --- a/buildbot/dependency.conf +++ b/buildbot/dependency.conf @@ -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 @@ -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 +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 From e4d7d6e5ccefd3ea296735803ef35c88103f2d4c Mon Sep 17 00:00:00 2001 From: yanfeng xiao Date: Fri, 9 Oct 2020 16:14:14 +0800 Subject: [PATCH 2/2] Remove XFAIL LIT test with uplifted OCLCPU/FPGAEMU driver --- sycl/test/reduction/reduction_usm.cpp | 1 - sycl/test/sub_group/broadcast.cpp | 1 - sycl/test/sub_group/broadcast_fp64.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/sycl/test/reduction/reduction_usm.cpp b/sycl/test/reduction/reduction_usm.cpp index 35c0ccb11f506..d3d96b2cbcaa7 100644 --- a/sycl/test/reduction/reduction_usm.cpp +++ b/sycl/test/reduction/reduction_usm.cpp @@ -1,4 +1,3 @@ -// XFAIL: accelerator // UNSUPPORTED: cuda // Reductions use work-group builtins not yet supported by CUDA. diff --git a/sycl/test/sub_group/broadcast.cpp b/sycl/test/sub_group/broadcast.cpp index 3dbba78387b2d..49df849c1baad 100644 --- a/sycl/test/sub_group/broadcast.cpp +++ b/sycl/test/sub_group/broadcast.cpp @@ -1,4 +1,3 @@ -// XFAIL: cpu // UNSUPPORTED: cuda // CUDA compilation and runtime do not yet support sub-groups. diff --git a/sycl/test/sub_group/broadcast_fp64.cpp b/sycl/test/sub_group/broadcast_fp64.cpp index 9652fa6b73f46..f9f87e8f95fd9 100644 --- a/sycl/test/sub_group/broadcast_fp64.cpp +++ b/sycl/test/sub_group/broadcast_fp64.cpp @@ -1,4 +1,3 @@ -// XFAIL: cpu // UNSUPPORTED: cuda // CUDA compilation and runtime do not yet support sub-groups.