Skip to content

Commit 9f50e24

Browse files
authored
[SYCL][E2E] Change test markup to enable build-only mode on AMD (#17003)
1 parent 45d6f0e commit 9f50e24

File tree

69 files changed

+85
-58
lines changed

Some content is hidden

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

69 files changed

+85
-58
lines changed

sycl/test-e2e/Adapters/enqueue-arg-order-image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2-
// UNSUPPORTED: hip
2+
// UNSUPPORTED: target-amd
33

44
// spir-v gen for legacy images at O0 not working
55
// UNSUPPORTED: O0

sycl/test-e2e/Adapters/interop-level-zero-image-get-native-mem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
1+
// REQUIRES: target-spir, level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
22
// RUN: %{build} %level_zero_options -o %t.out
33
// RUN: %{run} %t.out 2>&1 | FileCheck %s
44

sycl/test-e2e/Adapters/interop-level-zero-image-ownership.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
1+
// REQUIRES: target-spir, level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
22

33
// the ze_debug=4 memory check will fail on this test, since it itentionally
44
// makes an 'unbalanced' create/destroy situation for the test.

sycl/test-e2e/Adapters/interop-level-zero-image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
1+
// REQUIRES: target-spir, level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
22
// RUN: %{build} %level_zero_options -o %t.out
33
// RUN: %{run} %t.out
44

sycl/test-e2e/Basic/built-ins.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %{run} %t_var.out | FileCheck %s
66

77
// Hits an assertion and kernel page fault with AMD:
8-
// UNSUPPORTED: hip
8+
// UNSUPPORTED: target-amd
99
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14404
1010

1111
#include <sycl/detail/core.hpp>

sycl/test-e2e/Basic/image/image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2-
// UNSUPPORTED: hip
2+
// UNSUPPORTED: target-amd
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

sycl/test-e2e/Basic/image/image_accessor_readsampler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2-
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: cuda || target-amd
33
// CUDA cannot support SYCL 1.2.1 images.
44
//
55
// RUN: %{build} -o %t.out

sycl/test-e2e/Basic/image/image_accessor_readwrite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2-
// UNSUPPORTED: cuda || hip
2+
// UNSUPPORTED: cuda || target-amd
33
// CUDA cannot support SYCL 1.2.1 images.
44
//
55
// RUN: %{build} -o %t.out

sycl/test-e2e/Basic/image/image_accessor_readwrite_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image
22

3-
// UNSUPPORTED: cuda, hip
3+
// UNSUPPORTED: cuda, target-amd
44
// CUDA cannot support SYCL 1.2.1 images.
55

66
// RUN: %{build} -o %t.out

sycl/test-e2e/Basic/image/image_array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2-
// UNSUPPORTED: hip
2+
// UNSUPPORTED: target-amd
33
//
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)