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

[SYCL][HIP] Disable tests for atomic_ref in generic address space #675

Merged
merged 1 commit into from Dec 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/add_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "add.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/add_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "add.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/assignment_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "assignment.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/assignment_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "assignment.h"
#include <iostream>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// UNSUPPORTED: level_zero || opencl || hip

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

// NOTE: Tests load and store for acquire-release memory ordering with 64-bit
// values.
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/atomic_memory_order_acq_rel_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// UNSUPPORTED: level_zero || opencl || hip

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// UNSUPPORTED: level_zero || opencl || hip

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

// NOTE: Tests load and store for sequentially consistent memory ordering with
// 64-bit values.
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/atomic_memory_order_seq_cst_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// UNSUPPORTED: level_zero || opencl || hip

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

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

Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/compare_exchange_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "compare_exchange.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/compare_exchange_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "compare_exchange.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/exchange_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "exchange.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/exchange_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "exchange.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/load_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "load.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/load_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "load.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/max_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "max.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/max_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "max.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/min_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "min.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/min_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "min.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/store_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "store.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/store_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "store.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/sub_atomic64_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "sub.h"
#include <iostream>
Expand Down
2 changes: 1 addition & 1 deletion SYCL/AtomicRef/sub_generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// RUN: %ACC_RUN_PLACEHOLDER %t.out

// CUDA backend has had no support for the generic address space yet
// XFAIL: cuda
// XFAIL: cuda || hip

#include "sub.h"
#include <iostream>
Expand Down