Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 2ccacf8

Browse files
committed
Disable esimd_emulator for the test that fails on atomic xchg operation
1 parent e35d2ea commit 2ccacf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/dword_atomic_smoke.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// This test checks DWORD atomic operations.
99
//===----------------------------------------------------------------------===//
1010
// REQUIRES: gpu
11-
// UNSUPPORTED: cuda || hip
11+
// UNSUPPORTED: cuda || hip || esimd_emulator
1212
// RUN: %clangxx -fsycl %s -o %t.out
1313
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1414

0 commit comments

Comments
 (0)