File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 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
77# https://github.com/intel/compute-runtime/releases/tag/20.35.17767
88ocl_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
1212intel_sycl_ver=build
1313# https://github.com/oneapi-src/oneTBB/releases/download/v2021.1-beta08/oneapi-tbb-2021.1-beta08-lin.tgz
1414tbb_ver=2021.1.9.636
@@ -25,7 +25,7 @@ fpga_ver_win=20200811_000006
2525cpu_driver_lin=2020.11.8.0.27
2626cpu_driver_win=2020.11.8.0.27
2727gpu_driver_lin=20.35.17767
28- gpu_driver_win=27.20.100.8778
28+ gpu_driver_win=27.20.100.8673
2929fpga_driver_lin=2020.11.8.0.27
3030fpga_driver_win=2020.11.8.0.27
3131# NVidia CUDA driver
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments