Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c34750f

Browse files
authored
Revert "[SYCL][HIP] Expect failure of some tests that have 'has(aspect::atomic64)' (#854)" (#859)
This reverts commit 985cb3f.
1 parent da509b8 commit c34750f

10 files changed

+0
-30
lines changed

SYCL/AtomicRef/add_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77

8-
// XFAIL: hip
9-
// Expected failure because hip does not have atomic64 check implementation
10-
118
#include "add.h"
129
#include <iostream>
1310
using namespace sycl;

SYCL/AtomicRef/assignment_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "assignment.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/AtomicRef/compare_exchange_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "compare_exchange.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/AtomicRef/exchange_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "exchange.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/AtomicRef/load_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "load.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/AtomicRef/max_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "max.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/AtomicRef/min_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "min.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/AtomicRef/store_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
#include "store.h"
118
#include <iostream>
129
using namespace sycl;

SYCL/AtomicRef/sub_atomic64.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77

8-
// XFAIL: hip
9-
// Expected failure because hip does not have atomic64 check implementation
10-
118
#include "sub.h"
129
#include <iostream>
1310
using namespace sycl;

SYCL/Basic/aspects.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// Hip is missing some of the parameters tested here so it fails with NVIDIA
55
// XFAIL: hip_nvidia
66

7-
// XFAIL: hip
8-
// Expected failure because hip does not have atomic64 check implementation
9-
107
//==--------------- aspects.cpp - SYCL device test ------------------------==//
118
//
129
// Returns the various aspects of a device and platform.

0 commit comments

Comments
 (0)