diff --git a/buildbot/dependency.conf b/buildbot/dependency.conf index 62ed85a0c4f58..f6137fb1101ff 100644 --- a/buildbot/dependency.conf +++ b/buildbot/dependency.conf @@ -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 @@ -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 diff --git a/sycl/test/hier_par/hier_par_basic.cpp b/sycl/test/hier_par/hier_par_basic.cpp index 6e6e5fb27fc9b..d1a94ea1a7112 100644 --- a/sycl/test/hier_par/hier_par_basic.cpp +++ b/sycl/test/hier_par/hier_par_basic.cpp @@ -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.