This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ // FIXME unsupported on windows (opencl and level-zero) until fix of libdevice
2
+ // UNSUPPORTED: windows && (opencl || level_zero)
1
3
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
4
// RUN: %HOST_RUN_PLACEHOLDER %t.out
3
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change
1
+ // FIXME unsupported on windows (opencl) until fix of libdevice fails
2
+ // UNSUPPORTED: windows && opencl
1
3
// RUN: %clangxx -fsycl %s -o %t.out
2
4
// RUN: %HOST_RUN_PLACEHOLDER %t.out
3
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change
1
+ // FIXME unsupported on windows (opencl) until fix of libdevice fails
2
+ // UNSUPPORTED: windows && opencl
1
3
// RUN: %clangxx -fsycl -fno-builtin %s -o %t.out
2
4
// RUN: %HOST_RUN_PLACEHOLDER %t.out
3
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change
1
+ // FIXME unsupported on windows (opencl) until fix of libdevice fails
2
+ // UNSUPPORTED: windows && opencl
1
3
// RUN: %clangxx -fsycl %s -o %t.out
2
4
// RUN: %HOST_RUN_PLACEHOLDER %t.out
3
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change
1
+ // FIXME unsupported on windows (opencl) until fix of libdevice fails
2
+ // UNSUPPORTED: windows && opencl
1
3
// RUN: %clangxx -fsycl %s -o %t.out
2
4
// RUN: %HOST_RUN_PLACEHOLDER %t.out
3
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments