File tree Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Expand file tree Collapse file tree 16 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA backend has had no support for the generic address space yet
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet.
7
+ // XFAIL: hip
8
8
9
9
#include " assignment.h"
10
10
#include < iostream>
Original file line number Diff line number Diff line change 3
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA backend has had no support for the generic address space yet
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#include " assignment.h"
10
10
#include < iostream>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#include " compare_exchange.h"
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet.
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet.
7
+ // XFAIL: hip
8
8
9
9
#define TEST_GENERIC_IN_LOCAL 1
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#include " load.h"
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA backend has had no support for the generic address space yet.
7
- // XFAIL: cuda, hip
6
+ // HIP backend has had no support for the generic address space yet.
7
+ // XFAIL: hip
8
8
9
9
#define TEST_GENERIC_IN_LOCAL 1
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#include " max.h"
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet.
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet.
7
+ // XFAIL: hip
8
8
9
9
#define TEST_GENERIC_IN_LOCAL 1
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet.
6
+ // HIP backend has had no support for the generic address space yet.
7
7
// HIP dees not support native floating point atomics
8
- // XFAIL: cuda, hip
8
+ // XFAIL: hip
9
9
10
10
#define SYCL_USE_NATIVE_FP_ATOMICS
11
11
#define FP_TESTS_ONLY
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet.
6
+ // HIP backend has had no support for the generic address space yet.
7
7
// HIP does not support native floating point atomics
8
- // XFAIL: cuda, hip
8
+ // XFAIL: hip
9
9
10
10
#define SYCL_USE_NATIVE_FP_ATOMICS
11
11
#define FP_TESTS_ONLY
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#include " min.h"
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet.
7
- // XFAIL: cuda || hip
6
+ // HIP backend has had no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#define TEST_GENERIC_IN_LOCAL 1
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet.
6
+ // HIP backend has had no support for the generic address space yet.
7
7
// HIP does not support native floating point atomics
8
- // XFAIL: cuda, hip
8
+ // XFAIL: hip
9
9
10
10
#define SYCL_USE_NATIVE_FP_ATOMICS
11
11
#define FP_TESTS_ONLY
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have had no support for the generic address space yet.
6
+ // HIP backend has had no support for the generic address space yet.
7
7
// HIP does not support native floating point atomics
8
- // XFAIL: cuda, hip
8
+ // XFAIL: hip
9
9
10
10
#define SYCL_USE_NATIVE_FP_ATOMICS
11
11
#define FP_TESTS_ONLY
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have no support for the generic address space yet
7
- // XFAIL: cuda, hip
6
+ // HIP backend has no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#include " store.h"
10
10
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
- // CUDA and HIP backends have no support for the generic address space yet.
7
- // XFAIL: cuda, hip
6
+ // HIP backend has no support for the generic address space yet
7
+ // XFAIL: hip
8
8
9
9
#define TEST_GENERIC_IN_LOCAL 1
10
10
You can’t perform that action at this time.
0 commit comments