Skip to content

Commit 74bb2c7

Browse files
author
Pavel Samolysov
authored
[SYCL][HIP] Disable tests for atomic_ref in generic address space (intel/llvm-test-suite#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 7621150 commit 74bb2c7

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>

0 commit comments

Comments
 (0)