Skip to content

Commit c6001ee

Browse files
authored
[SYCL][E2E] Disable two AtomicRef tests on HIP AMD (#15792)
Sporadically failing Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 84861f6 commit c6001ee

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/AtomicRef/assignment_atomic64_generic.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
33
// RUN: %{run} %t.out
44

5+
// https://github.com/intel/llvm/issues/15791
6+
// UNSUPPORTED: hip_amd
7+
58
#include "assignment.h"
69
#include <iostream>
710
using namespace sycl;

sycl/test-e2e/AtomicRef/exchange.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// https://github.com/intel/llvm/issues/15791
5+
// UNSUPPORTED: hip_amd
6+
47
#include "exchange.h"
58

69
int main() { exchange_test_all<access::address_space::global_space>(); }

0 commit comments

Comments
 (0)