Skip to content

Commit a3d5fa4

Browse files
authored
[BuildBot] Uplift Windows GPU RT from 8673 to 8778 (#2486)
1 parent 63cbae3 commit a3d5fa4

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

buildbot/dependency.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ocl_cpu_rt_ver_win=2020.11.8.0.27
77
# https://github.com/intel/compute-runtime/releases/tag/20.35.17767
88
ocl_gpu_rt_ver=20.35.17767
99
# Same GPU driver supports Level Zero and OpenCL:
10-
# https://downloadmirror.intel.com/29817/a08/igfx_win10_100.8673.zip
11-
ocl_gpu_rt_ver_win=27.20.100.8673
10+
# https://downloadmirror.intel.com/29817/a08/igfx_win10_100.8778.zip
11+
ocl_gpu_rt_ver_win=27.20.100.8778
1212
intel_sycl_ver=build
1313
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta08/oneapi-tbb-2021.1-beta08-lin.tgz
1414
tbb_ver=2021.1.9.636
@@ -25,7 +25,7 @@ fpga_ver_win=20200811_000006
2525
cpu_driver_lin=2020.11.8.0.27
2626
cpu_driver_win=2020.11.8.0.27
2727
gpu_driver_lin=20.35.17767
28-
gpu_driver_win=27.20.100.8673
28+
gpu_driver_win=27.20.100.8778
2929
fpga_driver_lin=2020.11.8.0.27
3030
fpga_driver_win=2020.11.8.0.27
3131
# NVidia CUDA driver

sycl/test/basic_tests/buffer/buffer_full_copy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// XFAIL: windows && level_zero
21
// RUN: %clangxx %s -o %t1.out -lsycl -I %sycl_include
32
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
43
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t2.out

sycl/test/hier_par/hier_par_wgscope.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
22
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu && (level_zero || opencl)
3+
// XFAIL: gpu && (level_zero || opencl) && linux
44

55
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
66
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

sycl/test/sub_group/generic_reduce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
22
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu
3+
// XFAIL: gpu && linux
44

55
// UNSUPPORTED: cuda
66
// CUDA compilation and runtime do not yet support sub-groups.

sycl/test/sub_group/load_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
22
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu
3+
// XFAIL: gpu && linux
44

55
// UNSUPPORTED: cuda || cpu
66
// CUDA compilation and runtime do not yet support sub-groups.

0 commit comments

Comments
 (0)