This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
// REQUIRES: gpu
9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO: esimd_emulator fails due to unimplemented 'half' type
11
- // UNSUPPORTED : esimd_emulator
11
+ // XFAIL : esimd_emulator
12
12
// RUN: %clangxx -fsycl %s -o %t.out
13
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
14
Original file line number Diff line number Diff line change 8
8
// REQUIRES: gpu
9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
11
- // UNSUPPORTED : esimd_emulator
11
+ // XFAIL : esimd_emulator
12
12
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
13
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
14
//
Original file line number Diff line number Diff line change 8
8
// REQUIRES: gpu
9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO: esimd_emulator fails due to unimplemented 'half' type
11
- // UNSUPPORTED : esimd_emulator
11
+ // XFAIL : esimd_emulator
12
12
// RUN: %clangxx -fsycl %s -o %t.out
13
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
14
Original file line number Diff line number Diff line change 8
8
// REQUIRES: gpu
9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO: esimd_emulator fails due to unimplemented 'half' type
11
- // UNSUPPORTED : esimd_emulator
11
+ // XFAIL : esimd_emulator
12
12
// RUN: %clangxx -fsycl %s -o %t.out
13
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
14
//
Original file line number Diff line number Diff line change 8
8
// REQUIRES: gpu
9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO: esimd_emulator fails due to unimplemented 'half' type
11
- // UNSUPPORTED : esimd_emulator
11
+ // XFAIL : esimd_emulator
12
12
// RUN: %clangxx -fsycl %s -o %t.out
13
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
14
Original file line number Diff line number Diff line change 8
8
// REQUIRES: gpu
9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO: esimd_emulator fails due to unimplemented 'half' type
11
- // UNSUPPORTED : esimd_emulator
11
+ // XFAIL : esimd_emulator
12
12
// RUN: %clangxx -fsycl %s -o %t.out
13
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
14
Original file line number Diff line number Diff line change 8
8
// REQUIRES: gpu
9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO: esimd_emulator fails due to unimplemented 'half' type
11
- // UNSUPPORTED : esimd_emulator
11
+ // XFAIL : esimd_emulator
12
12
// RUN: %clangxx -fsycl %s -o %t.out
13
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
14
14
Original file line number Diff line number Diff line change 10
10
// UNSUPPORTED: cuda || hip
11
11
// CUDA and HIP don't support printf.
12
12
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
13
- // UNSUPPORTED : esimd_emulator
13
+ // XFAIL : esimd_emulator
14
14
//
15
15
// RUN: %clangxx -fsycl %s -o %t.out
16
16
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change 1
1
// REQUIRES: gpu
2
2
// UNSUPPORTED: cuda || hip
3
3
// TODO: esimd_emulator fails due to unimplemented sub-group support
4
- // UNSUPPORTED : esimd_emulator
4
+ // XFAIL : esimd_emulator
5
5
// RUN: %clangxx -fsycl %s -o %t.out
6
6
// RUN: %GPU_RUN_PLACEHOLDER %t.out
7
7
You can’t perform that action at this time.
0 commit comments