This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 10
10
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
11
11
// RUN: %GPU_RUN_PLACEHOLDER %t.out
12
12
//
13
+ // Fails on ESIMD emulator with "double free or corruption (!prev)".
14
+ // XFAIL: esimd_emulator
15
+ //
13
16
// Smoke test for esimd any/all operations APIs.
14
17
15
18
#include " ../esimd_test_utils.hpp"
Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: cuda || hip
10
10
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
11
11
// RUN: %GPU_RUN_PLACEHOLDER %t.out
12
+ //
13
+ // Fails on ESIMD emulator with "Native API failed. Native API returns: -59
14
+ // (CL_INVALID_OPERATION) -59 (CL_INVALID_OPERATION)"
15
+ // XFAIL: esimd_emulator
12
16
13
17
// This test checks that ESIMD program with big constant initializer list can
14
18
// compile and run correctly.
Original file line number Diff line number Diff line change 1
- // XFAIL: cuda || hip || (opencl && gpu)
1
+ // XFAIL: cuda || hip
2
2
// RUN: %clangxx -fsycl %s -o %t.out
3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments