File tree Expand file tree Collapse file tree 6 files changed +5
-15
lines changed Expand file tree Collapse file tree 6 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ ocl_cpu_rt_ver=2020.11.8.0.27
4
4
# https://github.com/intel/llvm/releases/download/2020-WW36/win-oclcpuexp-2020.11.8.0.27_rel.zip
5
5
ocl_cpu_rt_ver_win=2020.11.8.0.27
6
6
# Same GPU driver supports Level Zero and OpenCL:
7
- # https://github.com/intel/compute-runtime/releases/tag/20.35.17767
8
- ocl_gpu_rt_ver=20.35.17767
7
+ # https://github.com/intel/compute-runtime/releases/tag/20.37.17906
8
+ ocl_gpu_rt_ver=20.37.17906
9
9
# Same GPU driver supports Level Zero and OpenCL:
10
10
# https://downloadmirror.intel.com/29879/a08/igfx_win10_100.8778.zip
11
11
ocl_gpu_rt_ver_win=27.20.100.8778
@@ -24,7 +24,7 @@ fpga_ver_win=20200811_000006
24
24
[DRIVER VERSIONS]
25
25
cpu_driver_lin=2020.11.8.0.27
26
26
cpu_driver_win=2020.11.8.0.27
27
- gpu_driver_lin=20.35.17767
27
+ gpu_driver_lin=20.37.17906
28
28
gpu_driver_win=27.20.100.8778
29
29
fpga_driver_lin=2020.11.8.0.27
30
30
fpga_driver_win=2020.11.8.0.27
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && (level_zero || opencl) && linux
4
1
5
2
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
3
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
Original file line number Diff line number Diff line change 10
10
// REQUIRES: gpu
11
11
// RUN: %clangxx-esimd -fsycl %s -o %t.out
12
12
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13
+ // XFAIL: linux
14
+ // UNSUPPORTED: cuda
13
15
14
16
#include " esimd_test_utils.hpp"
15
17
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && (level_zero || opencl) && linux
4
1
5
2
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
3
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && linux
4
1
5
2
// UNSUPPORTED: cuda
6
3
// CUDA compilation and runtime do not yet support sub-groups.
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && linux
4
1
5
2
// UNSUPPORTED: cuda || cpu
6
3
// CUDA compilation and runtime do not yet support sub-groups.
You can’t perform that action at this time.
0 commit comments