Skip to content

Commit

Permalink
[SYCL][E2E] Disable two AtomicRef tests on HIP AMD (intel#15792)
Browse files Browse the repository at this point in the history
Sporadically failing

Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex authored Oct 22, 2024
1 parent 84861f6 commit c6001ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/test-e2e/AtomicRef/assignment_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
// RUN: %{run} %t.out

// https://github.com/intel/llvm/issues/15791
// UNSUPPORTED: hip_amd

#include "assignment.h"
#include <iostream>
using namespace sycl;
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/AtomicRef/exchange.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// https://github.com/intel/llvm/issues/15791
// UNSUPPORTED: hip_amd

#include "exchange.h"

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

0 comments on commit c6001ee

Please sign in to comment.