diff --git a/SYCL/AtomicRef/add_local.cpp b/SYCL/AtomicRef/add_local.cpp index a307a98008..217d1707e5 100644 --- a/SYCL/AtomicRef/add_local.cpp +++ b/SYCL/AtomicRef/add_local.cpp @@ -3,9 +3,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// HIP does not support floating point atomics. -// XFAIL: hip - #include "add.h" int main() { add_test_all(); } diff --git a/SYCL/AtomicRef/min_local.cpp b/SYCL/AtomicRef/min_local.cpp index 3cd7478108..17f2a07284 100644 --- a/SYCL/AtomicRef/min_local.cpp +++ b/SYCL/AtomicRef/min_local.cpp @@ -3,9 +3,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// HIP does not support floating point atomics. -// XFAIL: hip - #include "min.h" int main() { min_test_all(); } diff --git a/SYCL/AtomicRef/sub_local.cpp b/SYCL/AtomicRef/sub_local.cpp index e36116e739..7b416bf722 100644 --- a/SYCL/AtomicRef/sub_local.cpp +++ b/SYCL/AtomicRef/sub_local.cpp @@ -3,9 +3,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// HIP does not support floating point atomics. -// XFAIL: hip - #include "sub.h" int main() { sub_test_all(); }