Skip to content

Commit 86dfdf8

Browse files
committed
[BuildBot] Uplift dependency versions
1 parent e209129 commit 86dfdf8

File tree

8 files changed

+23
-23
lines changed

8 files changed

+23
-23
lines changed

buildbot/dependency.conf

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[VERSIONS]
2-
# https://github.com/intel/llvm/releases/download/2020-WW31/oclcpuexp-2020.10.7.0.15_rel.tar.gz
3-
ocl_cpu_rt_ver=2020.10.7.0.15
4-
# https://github.com/intel/llvm/releases/download/2020-WW31/win-oclcpuexp-2020.10.7.0.15_rel.zip
5-
ocl_cpu_rt_ver_win=2020.10.7.0.15
2+
# https://github.com/intel/llvm/releases/download/2020-WW36/oclcpuexp-2020.11.8.0.27_rel.tar.gz
3+
ocl_cpu_rt_ver=2020.11.8.0.27
4+
# https://github.com/intel/llvm/releases/download/2020-WW36/win-oclcpuexp-2020.11.8.0.27_rel.zip
5+
ocl_cpu_rt_ver_win=2020.11.8.0.27
66
# Same GPU driver supports Level Zero and OpenCL:
7-
# https://github.com/intel/compute-runtime/releases/tag/20.29.17408
8-
ocl_gpu_rt_ver=20.29.17408
7+
# https://github.com/intel/compute-runtime/releases/tag/20.33.17675
8+
ocl_gpu_rt_ver=20.33.17675
99
# Same GPU driver supports Level Zero and OpenCL:
1010
# https://downloadmirror.intel.com/29674/a08/igfx_win10_100.8336.zip
1111
ocl_gpu_rt_ver_win=27.20.100.8336
1212
intel_sycl_ver=build
1313
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta08/oneapi-tbb-2021.1-beta08-lin.tgz
14-
tbb_ver=2021.1.8.515
14+
tbb_ver=2021.1.9.636
1515
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta08/oneapi-tbb-2021.1-beta08-win.zip
16-
tbb_ver_win=2021.1.8.514
17-
# https://github.com/intel/llvm/releases/download/2020-WW31/fpgaemu-2020.10.7.0.15_rel.tar.gz
18-
ocl_fpga_emu_ver=2020.10.7.0.15
19-
# https://github.com/intel/llvm/releases/download/2020-WW31/win-fpgaemu-2020.10.7.0.15_rel.zip
20-
ocl_fpga_emu_ver_win=2020.10.7.0.15
21-
fpga_ver=20200701_000002
22-
fpga_ver_win=20200701_000002
16+
tbb_ver_win=2021.1.9.636
17+
# https://github.com/intel/llvm/releases/download/2020-WW36/fpgaemu-2020.11.8.0.27_rel.tar.gz
18+
ocl_fpga_emu_ver=2020.11.8.0.27
19+
# https://github.com/intel/llvm/releases/download/2020-WW36/win-fpgaemu-2020.11.8.0.27_rel.zip
20+
ocl_fpga_emu_ver_win=2020.11.8.0.27
21+
fpga_ver=20200811_000001
22+
fpga_ver_win=20200811_000006
2323

2424
[DRIVER VERSIONS]
25-
cpu_driver_lin=2020.10.7.0.15
26-
cpu_driver_win=2020.10.7.0.15
27-
gpu_driver_lin=20.29.17408
25+
cpu_driver_lin=2020.11.8.0.27
26+
cpu_driver_win=2020.11.8.0.27
27+
gpu_driver_lin=20.33.17675
2828
gpu_driver_win=27.20.100.8336
29-
fpga_driver_lin=2020.10.7.0.15
30-
fpga_driver_win=2020.10.7.0.15
29+
fpga_driver_lin=2020.11.8.0.27
30+
fpga_driver_win=2020.11.8.0.27
3131
# NVidia CUDA driver
3232
# TODO provide URL for CUDA driver
3333
nvidia_gpu_driver_lin=435.21

sycl/test/basic_tests/stream/stream.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: cpu
12
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
23
// See https://github.com/intel/llvm/issues/2264 for more details.
34

sycl/test/hier_par/hier_par_wgscope_O0.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414
// RUN: %ACC_RUN_PLACEHOLDER %t.out
1515

16-
// XFAIL: system-windows && cpu
17-
1816
// This test checks correctness of hierarchical kernel execution when there is
1917
// code and data in the work group scope, and when the test is compiled with
2018
// -O0 switch.

sycl/test/inline-asm/asm_arbitrary_ops_order.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda
21
// REQUIRES: gpu,linux
32
// This test is disabled because there is a bug somewhere either in test or in
43
// the inline asm support

sycl/test/inline-asm/asm_multiple_instructions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// UNSUPPORTED: cuda
21
// REQUIRES: gpu,linux
32
// This test is disabled because there is a bug somewhere either in test or in
43
// the inline asm support

sycl/test/reduction/reduction_usm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: system-windows && accelerator
12
// UNSUPPORTED: cuda
23
// Reductions use work-group builtins not yet supported by CUDA.
34

sycl/test/sub_group/broadcast.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: cpu
12
// UNSUPPORTED: cuda
23
// CUDA compilation and runtime do not yet support sub-groups.
34

sycl/test/sub_group/broadcast_fp64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: cpu
12
// UNSUPPORTED: cuda
23
// CUDA compilation and runtime do not yet support sub-groups.
34

0 commit comments

Comments
 (0)