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 +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 9
9
// ===----------------------------------------------------------------------===//
10
10
// REQUIRES: gpu
11
11
// UNSUPPORTED: cuda || hip
12
- // TODO: esimd_emulator fails due to unsupported __esimd_svm_atomic0/1/2
13
- // XFAIL : esimd_emulator
12
+ // TODO: esimd_emulator fails due to random timeouts (_XFAIL_: esimd_emulator)
13
+ // UNSUPPORTED : esimd_emulator
14
14
// RUN: %clangxx -fsycl %s -o %t.out
15
15
// RUN: %GPU_RUN_PLACEHOLDER %t.out
16
16
Original file line number Diff line number Diff line change 9
9
// ===----------------------------------------------------------------------===//
10
10
// REQUIRES: gpu
11
11
// UNSUPPORTED: cuda || hip
12
- // TODO: esimd_emulator fails due to unsupported __esimd_svm_atomic0/1/2
13
- // XFAIL: esimd_emulator
14
12
// RUN: %clangxx -fsycl %s -o %t.out
15
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
16
14
Original file line number Diff line number Diff line change 8
8
// This test checks LSC compare-and-exchange atomic operations.
9
9
// ===----------------------------------------------------------------------===//
10
10
// REQUIRES: gpu-intel-pvc
11
- // TODO: esimd_emulator fails due to unsupported __esimd_svm_atomic0/1/2
12
- // XFAIL : esimd_emulator
11
+ // TODO: esimd_emulator fails due to random timeouts (_XFAIL_: esimd_emulator)
12
+ // UNSUPPORTED : esimd_emulator
13
13
// RUN: %clangxx -fsycl %s -o %t.out
14
14
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15
15
Original file line number Diff line number Diff line change 8
8
// This test checks LSC atomic operations.
9
9
// ===----------------------------------------------------------------------===//
10
10
// REQUIRES: gpu-intel-pvc
11
- // TODO: esimd_emulator fails due to unsupported __esimd_svm_atomic0/1/2
12
- // XFAIL : esimd_emulator
11
+ // TODO: esimd_emulator fails due to random timeouts (_XFAIL_: esimd_emulator)
12
+ // UNSUPPORTED : esimd_emulator
13
13
// RUN: %clangxx -fsycl %s -o %t.out
14
14
// RUN: %GPU_RUN_PLACEHOLDER %t.out
15
15
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
- // REQUIRES: gpu-intel-pvc
8
+ // REQUIRES: gpu-intel-pvc || esimd_emulator
9
9
// UNSUPPORTED: cuda || hip
10
10
// RUN: %clangxx -fsycl %s -o %t.out
11
11
// RUN: %GPU_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments