Skip to content

Commit 66db807

Browse files
jchlandabb-sycl
authored andcommitted
[SYCL][CUDA] Enable generic atomic tests (intel#1382)
1 parent 658fae5 commit 66db807

16 files changed

+32
-32
lines changed

SYCL/AtomicRef/add_generic.cpp

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

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

99
#include "add.h"
1010

SYCL/AtomicRef/add_generic_local.cpp

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

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

99
#define TEST_GENERIC_IN_LOCAL 1
1010

SYCL/AtomicRef/add_generic_local_native_fp.cpp

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

6-
// CUDA and HIP backends have had no support for the generic address space yet.
7-
// XFAIL: cuda, hip
6+
// HIP backend have had no support for the generic address space yet.
7+
// XFAIL: hip
88

99
#define SYCL_USE_NATIVE_FP_ATOMICS
1010
#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
@@ -3,9 +3,9 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// CUDA and HIP backends have had no support for the generic address space yet.
6+
// HIP backend have had no support for the generic address space yet.
77
// HIP does not support native floating point atomics
8-
// XFAIL: cuda, hip
8+
// XFAIL: hip
99

1010
#define SYCL_USE_NATIVE_FP_ATOMICS
1111
#define FP_TESTS_ONLY

SYCL/AtomicRef/and_generic.cpp

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

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

99
#include "and.h"
1010

SYCL/AtomicRef/and_generic_local.cpp

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

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

99
#define TEST_GENERIC_IN_LOCAL 1
1010

SYCL/AtomicRef/exchange_generic.cpp

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

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

99
#include "exchange.h"
1010

SYCL/AtomicRef/exchange_generic_local.cpp

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

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

99
#define TEST_GENERIC_IN_LOCAL 1
1010

SYCL/AtomicRef/or_generic.cpp

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

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

99
#include "or.h"
1010

SYCL/AtomicRef/or_generic_local.cpp

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

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

99
#define TEST_GENERIC_IN_LOCAL 1
1010

SYCL/AtomicRef/sub_generic.cpp

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

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

99
#include "sub.h"
1010

SYCL/AtomicRef/sub_generic_local.cpp

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

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

99
#define TEST_GENERIC_IN_LOCAL 1
1010
#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
@@ -3,9 +3,9 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// CUDA and HIP backends have had no support for the generic address space yet.
6+
// HIP backend have had no support for the generic address space yet.
77
// HIP does not support native floating point atomics
8-
// XFAIL: cuda, hip
8+
// XFAIL: hip
99

1010
#define SYCL_USE_NATIVE_FP_ATOMICS
1111
#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
@@ -3,9 +3,9 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55

6-
// CUDA and HIP backends have had no support for the generic address space yet.
6+
// HIP backend have had no support for the generic address space yet.
77
// HIP does not support native floating point atomics
8-
// XFAIL: cuda, hip
8+
// XFAIL: hip
99

1010
#define SYCL_USE_NATIVE_FP_ATOMICS
1111
#define FP_TESTS_ONLY

SYCL/AtomicRef/xor_generic.cpp

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

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

99
#include "xor.h"
1010

SYCL/AtomicRef/xor_generic_local.cpp

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

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

99
#define TEST_GENERIC_IN_LOCAL 1
1010

0 commit comments

Comments
 (0)