File tree 5 files changed +7
-6
lines changed
5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ ocl_cpu_rt_ver_win=2020.11.8.0.27
7
7
# https://github.com/intel/compute-runtime/releases/tag/20.35.17767
8
8
ocl_gpu_rt_ver=20.35.17767
9
9
# 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
12
12
intel_sycl_ver=build
13
13
# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta08/oneapi-tbb-2021.1-beta08-lin.tgz
14
14
tbb_ver=2021.1.9.636
@@ -25,7 +25,7 @@ fpga_ver_win=20200811_000006
25
25
cpu_driver_lin=2020.11.8.0.27
26
26
cpu_driver_win=2020.11.8.0.27
27
27
gpu_driver_lin=20.35.17767
28
- gpu_driver_win=27.20.100.8778
28
+ gpu_driver_win=27.20.100.8673
29
29
fpga_driver_lin=2020.11.8.0.27
30
30
fpga_driver_win=2020.11.8.0.27
31
31
# NVidia CUDA driver
Original file line number Diff line number Diff line change
1
+ // XFAIL: windows && level_zero
1
2
// RUN: %clangxx %s -o %t1.out -lsycl -I %sycl_include
2
3
// RUN: env SYCL_DEVICE_TYPE=HOST %t1.out
3
4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t2.out
Original file line number Diff line number Diff line change 1
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && (level_zero || opencl) && linux
3
+ // XFAIL: gpu && (level_zero || opencl)
4
4
5
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
6
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
Original file line number Diff line number Diff line change 1
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && linux
3
+ // XFAIL: gpu
4
4
5
5
// UNSUPPORTED: cuda
6
6
// CUDA compilation and runtime do not yet support sub-groups.
Original file line number Diff line number Diff line change 1
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && linux
3
+ // XFAIL: gpu
4
4
5
5
// UNSUPPORTED: cuda || cpu
6
6
// CUDA compilation and runtime do not yet support sub-groups.
You can’t perform that action at this time.
0 commit comments