diff --git a/SYCL/AtomicRef/add_atomic64.cpp b/SYCL/AtomicRef/add_atomic64.cpp index fc1d85d8ca..7ff3ebb80d 100644 --- a/SYCL/AtomicRef/add_atomic64.cpp +++ b/SYCL/AtomicRef/add_atomic64.cpp @@ -5,9 +5,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// XFAIL: hip -// Expected failure because hip does not have atomic64 check implementation - #include "add.h" #include using namespace sycl; 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/AtomicRef/compare_exchange_atomic64.cpp b/SYCL/AtomicRef/compare_exchange_atomic64.cpp index bdfd0798aa..600b0920e4 100644 --- a/SYCL/AtomicRef/compare_exchange_atomic64.cpp +++ b/SYCL/AtomicRef/compare_exchange_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 "compare_exchange.h" #include using namespace sycl; diff --git a/SYCL/AtomicRef/exchange_atomic64.cpp b/SYCL/AtomicRef/exchange_atomic64.cpp index 7ff495ac73..50d665a355 100644 --- a/SYCL/AtomicRef/exchange_atomic64.cpp +++ b/SYCL/AtomicRef/exchange_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 "exchange.h" #include using namespace sycl; diff --git a/SYCL/AtomicRef/load_atomic64.cpp b/SYCL/AtomicRef/load_atomic64.cpp index 1e995859f5..77d102113e 100644 --- a/SYCL/AtomicRef/load_atomic64.cpp +++ b/SYCL/AtomicRef/load_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 "load.h" #include using namespace sycl; diff --git a/SYCL/AtomicRef/max_atomic64.cpp b/SYCL/AtomicRef/max_atomic64.cpp index 5e4ad32e43..2439644d31 100644 --- a/SYCL/AtomicRef/max_atomic64.cpp +++ b/SYCL/AtomicRef/max_atomic64.cpp @@ -4,9 +4,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// XFAIL: hip -// Expected failure because hip does not have atomic64 check implementation - #include "max.h" #include using namespace sycl; diff --git a/SYCL/AtomicRef/min_atomic64.cpp b/SYCL/AtomicRef/min_atomic64.cpp index 0a5cfc9ed5..fc21b63d4e 100644 --- a/SYCL/AtomicRef/min_atomic64.cpp +++ b/SYCL/AtomicRef/min_atomic64.cpp @@ -4,9 +4,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// XFAIL: hip -// Expected failure because hip does not have atomic64 check implementation - #include "min.h" #include using namespace sycl; diff --git a/SYCL/AtomicRef/store_atomic64.cpp b/SYCL/AtomicRef/store_atomic64.cpp index be3a6f1fed..788d78d91a 100644 --- a/SYCL/AtomicRef/store_atomic64.cpp +++ b/SYCL/AtomicRef/store_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 "store.h" #include using namespace sycl; diff --git a/SYCL/AtomicRef/sub_atomic64.cpp b/SYCL/AtomicRef/sub_atomic64.cpp index 7135c6e79a..daf1fe5480 100644 --- a/SYCL/AtomicRef/sub_atomic64.cpp +++ b/SYCL/AtomicRef/sub_atomic64.cpp @@ -5,9 +5,6 @@ // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out -// XFAIL: hip -// Expected failure because hip does not have atomic64 check implementation - #include "sub.h" #include using namespace sycl; diff --git a/SYCL/Basic/aspects.cpp b/SYCL/Basic/aspects.cpp index cc7b9a879f..2792a77814 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.