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

Commit cc4bf25

Browse files
committed
Merge remote-tracking branch 'tadej/cuda_generic_atomics2' into 9-may-22-cuda
2 parents cf6f91e + fd346f0 commit cc4bf25

32 files changed

+64
-64
lines changed

SYCL/AtomicRef/add_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "add.h"
1111

SYCL/AtomicRef/add_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/add_generic_local_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier. HIP does not support native floating point
99
// atomics
10-
// XFAIL: cuda, hip, host
10+
// XFAIL: hip, host
1111

1212
#define SYCL_USE_NATIVE_FP_ATOMICS
1313
#define FP_TESTS_ONLY

SYCL/AtomicRef/add_generic_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has had no support for the generic address space yet.
88
// HIP does not support native floating point atomics
9-
// XFAIL: cuda, hip
9+
// XFAIL: hip
1010

1111
#define SYCL_USE_NATIVE_FP_ATOMICS
1212
#define FP_TESTS_ONLY

SYCL/AtomicRef/and_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has had no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "and.h"
1111

SYCL/AtomicRef/and_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/assignment_atomic64_generic.cpp

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

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

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

SYCL/AtomicRef/assignment_generic.cpp

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

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

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

SYCL/AtomicRef/compare_exchange_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "compare_exchange.h"
1111

SYCL/AtomicRef/compare_exchange_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/exchange_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "exchange.h"
1111

SYCL/AtomicRef/exchange_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/load_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "load.h"
1111

SYCL/AtomicRef/load_generic_local.cpp

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

7-
// CUDA backend has had no support for the generic address space yet. Barrier is
7+
// HIP backend has no support for the generic address space yet. Barrier is
88
// not supported on host.
9-
// XFAIL: cuda, hip, host
9+
// XFAIL: hip, host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/max_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "max.h"
1111

SYCL/AtomicRef/max_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/max_generic_local_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier. HIP dees not support native floating point
99
// atomics
10-
// XFAIL: cuda, hip, host
10+
// XFAIL: hip, host
1111

1212
#define SYCL_USE_NATIVE_FP_ATOMICS
1313
#define FP_TESTS_ONLY

SYCL/AtomicRef/max_generic_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// HIP does not support native floating point atomics
9-
// XFAIL: cuda, hip
9+
// XFAIL: hip
1010

1111
#define SYCL_USE_NATIVE_FP_ATOMICS
1212
#define FP_TESTS_ONLY

SYCL/AtomicRef/min_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "min.h"
1111

SYCL/AtomicRef/min_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/min_generic_local_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier. HIP does not support native floating point
99
// atomics
10-
// XFAIL: cuda, hip, host
10+
// XFAIL: hip, host
1111

1212
#define SYCL_USE_NATIVE_FP_ATOMICS
1313
#define FP_TESTS_ONLY

SYCL/AtomicRef/min_generic_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// HIP does not support native floating point atomics
9-
// XFAIL: cuda, hip
9+
// XFAIL: hip
1010

1111
#define SYCL_USE_NATIVE_FP_ATOMICS
1212
#define FP_TESTS_ONLY

SYCL/AtomicRef/or_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "or.h"
1111

SYCL/AtomicRef/or_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/store_generic.cpp

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

7-
// CUDA and HIP backends have no support for the generic address space yet
8-
// XFAIL: cuda, hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "store.h"
1111

SYCL/AtomicRef/store_generic_local.cpp

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

7-
// CUDA and HIP backends have no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Barrier is not supported on host.
9-
// XFAIL: cuda, hip, host
9+
// XFAIL: hip, host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

SYCL/AtomicRef/sub_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "sub.h"
1111

SYCL/AtomicRef/sub_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212
#include "sub.h"

SYCL/AtomicRef/sub_generic_local_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier. HIP does not support native floating point
99
// atomics
10-
// XFAIL: cuda, hip, host
10+
// XFAIL: hip, host
1111

1212
#define SYCL_USE_NATIVE_FP_ATOMICS
1313
#define FP_TESTS_ONLY

SYCL/AtomicRef/sub_generic_native_fp.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// HIP does not support native floating point atomics
9-
// XFAIL: cuda, hip
9+
// XFAIL: hip
1010

1111
#define SYCL_USE_NATIVE_FP_ATOMICS
1212
#define FP_TESTS_ONLY

SYCL/AtomicRef/xor_generic.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet
8-
// XFAIL: cuda || hip
7+
// HIP backend has no support for the generic address space yet
8+
// XFAIL: hip
99

1010
#include "xor.h"
1111

SYCL/AtomicRef/xor_generic_local.cpp

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

7-
// CUDA and HIP backends have had no support for the generic address space yet.
7+
// HIP backend has no support for the generic address space yet.
88
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
9+
// XFAIL: hip || host
1010

1111
#define TEST_GENERIC_IN_LOCAL 1
1212

0 commit comments

Comments
 (0)