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

Commit a5520f7

Browse files
author
Pavel Samolysov
authored
[SYCL][HIP] Disable tests for atomic_ref in generic address space (#675)
The HIP backend has had no support for the generic address space yet, as well as the CUDA one. The tests should be re-enabled after the support is added. Signed-off-by: Pavel Samolysov <pavel.samolysov@intel.com>
1 parent 8288a50 commit a5520f7

22 files changed

+22
-22
lines changed

SYCL/AtomicRef/add_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77

88
// CUDA backend has had no support for the generic address space yet
9-
// XFAIL: cuda
9+
// XFAIL: cuda || hip
1010

1111
#include "add.h"
1212
#include <iostream>

SYCL/AtomicRef/add_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77

88
// CUDA backend has had no support for the generic address space yet
9-
// XFAIL: cuda
9+
// XFAIL: cuda || hip
1010

1111
#include "add.h"
1212
#include <iostream>

SYCL/AtomicRef/assignment_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "assignment.h"
1111
#include <iostream>

SYCL/AtomicRef/assignment_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "assignment.h"
1111
#include <iostream>

SYCL/AtomicRef/atomic_memory_order_acq_rel_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: level_zero || opencl || hip
99

1010
// CUDA backend has had no support for the generic address space yet
11-
// XFAIL: cuda
11+
// XFAIL: cuda || hip
1212

1313
// NOTE: Tests load and store for acquire-release memory ordering with 64-bit
1414
// values.

SYCL/AtomicRef/atomic_memory_order_acq_rel_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: level_zero || opencl || hip
99

1010
// CUDA backend has had no support for the generic address space yet
11-
// XFAIL: cuda
11+
// XFAIL: cuda || hip
1212

1313
// NOTE: Tests load and store for acquire-release memory ordering.
1414

SYCL/AtomicRef/atomic_memory_order_seq_cst_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: level_zero || opencl || hip
99

1010
// CUDA backend has had no support for the generic address space yet
11-
// XFAIL: cuda
11+
// XFAIL: cuda || hip
1212

1313
// NOTE: Tests load and store for sequentially consistent memory ordering with
1414
// 64-bit values.

SYCL/AtomicRef/atomic_memory_order_seq_cst_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: level_zero || opencl || hip
99

1010
// CUDA backend has had no support for the generic address space yet
11-
// XFAIL: cuda
11+
// XFAIL: cuda || hip
1212

1313
// NOTE: Tests load and store for sequentially consistent memory ordering.
1414

SYCL/AtomicRef/compare_exchange_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "compare_exchange.h"
1111
#include <iostream>

SYCL/AtomicRef/compare_exchange_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "compare_exchange.h"
1111
#include <iostream>

SYCL/AtomicRef/exchange_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "exchange.h"
1111
#include <iostream>

SYCL/AtomicRef/exchange_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "exchange.h"
1111
#include <iostream>

SYCL/AtomicRef/load_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "load.h"
1111
#include <iostream>

SYCL/AtomicRef/load_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "load.h"
1111
#include <iostream>

SYCL/AtomicRef/max_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "max.h"
1111
#include <iostream>

SYCL/AtomicRef/max_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "max.h"
1111
#include <iostream>

SYCL/AtomicRef/min_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "min.h"
1111
#include <iostream>

SYCL/AtomicRef/min_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "min.h"
1111
#include <iostream>

SYCL/AtomicRef/store_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "store.h"
1111
#include <iostream>

SYCL/AtomicRef/store_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

77
// CUDA backend has had no support for the generic address space yet
8-
// XFAIL: cuda
8+
// XFAIL: cuda || hip
99

1010
#include "store.h"
1111
#include <iostream>

SYCL/AtomicRef/sub_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77

88
// CUDA backend has had no support for the generic address space yet
9-
// XFAIL: cuda
9+
// XFAIL: cuda || hip
1010

1111
#include "sub.h"
1212
#include <iostream>

SYCL/AtomicRef/sub_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %ACC_RUN_PLACEHOLDER %t.out
77

88
// CUDA backend has had no support for the generic address space yet
9-
// XFAIL: cuda
9+
// XFAIL: cuda || hip
1010

1111
#include "sub.h"
1212
#include <iostream>

0 commit comments

Comments
 (0)