We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935895e commit bff3c17Copy full SHA for bff3c17
SYCL/ESIMD/dword_atomic_smoke.cpp
@@ -9,6 +9,11 @@
9
//===----------------------------------------------------------------------===//
10
// REQUIRES: gpu
11
// UNSUPPORTED: cuda || hip
12
+//
13
+// TODO: esimd_emulator fails due to unsupported __esimd_svm_atomic0/1/2
14
+// TODO: fails on a regular gpu with
15
+// "SYCL exception caught: Native API failed. Native API returns: -1"
16
+// REQUIRES: TEMPORARY_DISABLED
17
// RUN: %clangxx -fsycl %s -o %t.out
18
// RUN: %GPU_RUN_PLACEHOLDER %t.out
19
0 commit comments