diff --git a/SYCL/AtomicRef/assignment_atomic64.cpp b/SYCL/AtomicRef/assignment_atomic64.cpp index b88eced151..3bf4e4551d 100644 --- a/SYCL/AtomicRef/assignment_atomic64.cpp +++ b/SYCL/AtomicRef/assignment_atomic64.cpp @@ -4,9 +4,6 @@ // 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 639fdcfe2d..9349cd4e78 100644 --- a/SYCL/Basic/aspects.cpp +++ b/SYCL/Basic/aspects.cpp @@ -4,9 +4,6 @@ // 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.