diff --git a/SYCL/AtomicRef/assignment_atomic64.cpp b/SYCL/AtomicRef/assignment_atomic64.cpp index 3bf4e4551d..b88eced151 100644 --- a/SYCL/AtomicRef/assignment_atomic64.cpp +++ b/SYCL/AtomicRef/assignment_atomic64.cpp @@ -4,6 +4,9 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// XFAIL: hip +// Expected failure because hip does not have atomic64 check implementation + #include "assignment.h" #include using namespace sycl; diff --git a/SYCL/Basic/aspects.cpp b/SYCL/Basic/aspects.cpp index 2792a77814..cc7b9a879f 100644 --- a/SYCL/Basic/aspects.cpp +++ b/SYCL/Basic/aspects.cpp @@ -4,6 +4,9 @@ // Hip is missing some of the parameters tested here so it fails with NVIDIA // XFAIL: hip_nvidia +// XFAIL: hip +// Expected failure because hip does not have atomic64 check implementation + //==--------------- aspects.cpp - SYCL device test ------------------------==// // // Returns the various aspects of a device and platform.