Skip to content

Commit e91dec9

Browse files
npmillermaksimsab
authored andcommitted
[SYCL] Rename ROCm plugin to HIP (intel#426)
1 parent 0d3206b commit e91dec9

File tree

170 files changed

+229
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+229
-230
lines changed

SYCL/AtomicRef/atomic_memory_order.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: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6-
// L0, OpenCL, and ROCm backends don't currently support
6+
// L0, OpenCL, and HIP backends don't currently support
77
// info::device::atomic_memory_order_capabilities
8-
// UNSUPPORTED: level_zero || opencl || rocm
8+
// UNSUPPORTED: level_zero || opencl || hip
99

1010
// NOTE: General tests for atomic memory order capabilities.
1111

SYCL/AtomicRef/atomic_memory_order_acq_rel.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: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6-
// L0, OpenCL, and ROCm backends don't currently support
6+
// L0, OpenCL, and HIP backends don't currently support
77
// info::device::atomic_memory_order_capabilities
8-
// UNSUPPORTED: level_zero || opencl || rocm
8+
// UNSUPPORTED: level_zero || opencl || hip
99

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

SYCL/AtomicRef/atomic_memory_order_acq_rel_atomic64.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: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6-
// L0, OpenCL, and ROCm backends don't currently support
6+
// L0, OpenCL, and HIP backends don't currently support
77
// info::device::atomic_memory_order_capabilities
8-
// UNSUPPORTED: level_zero || opencl || rocm
8+
// UNSUPPORTED: level_zero || opencl || hip
99

1010
// NOTE: Tests load and store for acquire-release memory ordering with 64-bit
1111
// values.

SYCL/AtomicRef/atomic_memory_order_seq_cst.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: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6-
// L0, OpenCL, and ROCm backends don't currently support
6+
// L0, OpenCL, and HIP backends don't currently support
77
// info::device::atomic_memory_order_capabilities
8-
// UNSUPPORTED: level_zero || opencl || rocm
8+
// UNSUPPORTED: level_zero || opencl || hip
99

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

SYCL/AtomicRef/atomic_memory_order_seq_cst_atomic64.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: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
6-
// L0, OpenCL, and ROCm backends don't currently support
6+
// L0, OpenCL, and HIP backends don't currently support
77
// info::device::atomic_memory_order_capabilities
8-
// UNSUPPORTED: level_zero || opencl || rocm
8+
// UNSUPPORTED: level_zero || opencl || hip
99

1010
// NOTE: Tests load and store for sequentially consistent memory ordering with
1111
// 64-bit values.

SYCL/Basic/aspects.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// RUN: %clangxx -fsycl %s -o %t.out
22
// RUN: env SYCL_DEVICE_FILTER=%sycl_be %t.out
33
//
4-
// Hip is missing some of the parameters tested here so it fails with ROCm for
5-
// NVIDIA
6-
// XFAIL: rocm_nvidia
4+
// Hip is missing some of the parameters tested here so it fails with NVIDIA
5+
// XFAIL: hip_nvidia
76

87
//==--------------- aspects.cpp - SYCL device test ------------------------==//
98
//

SYCL/Basic/image/image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: rocm
1+
// UNSUPPORTED: hip
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/image/image_accessor_readsampler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || rocm
1+
// UNSUPPORTED: cuda || hip
22
// CUDA cannot support SYCL 1.2.1 images.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_accessor_readwrite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || rocm
1+
// UNSUPPORTED: cuda || hip
22
// CUDA cannot support SYCL 1.2.1 images.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/Basic/image/image_accessor_readwrite_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || rocm
1+
// UNSUPPORTED: cuda || hip
22
// CUDA cannot support SYCL 1.2.1 images.
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

0 commit comments

Comments
 (0)