Skip to content

Commit 5a8d0c7

Browse files
authored
Revert "[BuildBot] Uplift Windows GPU RT from 8673 to 8778 (#2486)"
This reverts commit a3d5fa4.
1 parent a3d5fa4 commit 5a8d0c7

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

buildbot/dependency.conf

+3-3
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.8778.zip
11-
ocl_gpu_rt_ver_win=27.20.100.8778
10+
# https://downloadmirror.intel.com/29817/a08/igfx_win10_100.8673.zip
11+
ocl_gpu_rt_ver_win=27.20.100.8673
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.8778
28+
gpu_driver_win=27.20.100.8673
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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: windows && level_zero
12
// RUN: %clangxx %s -o %t1.out -lsycl -I %sycl_include
23
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
34
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t2.out

sycl/test/hier_par/hier_par_wgscope.cpp

+1-1
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) && linux
3+
// XFAIL: gpu && (level_zero || opencl)
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

+1-1
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 && linux
3+
// XFAIL: gpu
44

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

sycl/test/sub_group/load_store.cpp

+1-1
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 && linux
3+
// XFAIL: gpu
44

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

0 commit comments

Comments
 (0)