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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

5-
// UNSUPPORTED: cuda || hip
5+
// UNSUPPORTED: cuda || target-amd
66
// CUDA does not support info::device::image3d_max_width query.
77

88
// The test checks that 'image' with max allowed sizes is handled correctly.

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

+1-1
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
// Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization.
44
// RUN: %{build} -O2 -o %t.out
55
// RUN: %{run} %t.out

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image
22

3-
// UNSUPPORTED: hip
3+
// UNSUPPORTED: target-amd
44

55
// Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization.
66
// RUN: %{build} -O2 -o %t.out

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
// UNSUPPORTED: hip
4+
// UNSUPPORTED: target-amd
55

66
#include <sycl/accessor_image.hpp>
77
#include <sycl/detail/core.hpp>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

5-
// UNSUPPORTED: hip
5+
// UNSUPPORTED: target-amd
66
// TODO: re-enable on cuda device.
77
// See https://github.com/intel/llvm/issues/1542#issuecomment-707877817 for more
88
// details.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image
22

3-
// UNSUPPORTED: hip
3+
// UNSUPPORTED: target-amd
44

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

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

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14387
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out | FileCheck %s
6+
//
7+
// UNSUPPORTED: target-amd
8+
// UNSUPPORTED-INTENDED: legacy image not supported on AMD
69

710
#include <iostream>
811
#include <sycl/accessor_image.hpp>

sycl/test-e2e/Basic/multi_ptr_legacy_usm_addr_ext.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: accelerator
1+
// REQUIRES: target-spir, accelerator
22
// RUN: %{build} -Wno-error=deprecated-declarations -D__ENABLE_USM_ADDR_SPACE__ -fsycl-dead-args-optimization -o %t.out
33
// RUN: %{run} %t.out
44
// RUN: %{build} -Wno-error=deprecated-declarations -D__ENABLE_USM_ADDR_SPACE__ -DRESTRICT_WRITE_ACCESS_TO_CONSTANT_PTR -fsycl-dead-args-optimization -o %t1.out

sycl/test-e2e/Basic/multi_ptr_usm_addr_ext.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: accelerator
1+
// REQUIRES: target-spir, accelerator
22
// RUN: %{build} -D__ENABLE_USM_ADDR_SPACE__ -fsycl-dead-args-optimization -o %t.out
33
// RUN: %{run} %t.out
44

sycl/test-e2e/DeviceImageBackendContent/OCL_interop_test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: opencl, opencl_icd, aspect-usm_shared_allocations
1+
// REQUIRES: target-spir, opencl, opencl_icd, aspect-usm_shared_allocations
22
// RUN: %{build} %opencl_lib -fno-sycl-dead-args-optimization -o %t.out
33
// RUN: %{run} %t.out
44
// XFAIL: accelerator

sycl/test-e2e/DiscardEvents/discard_events_check_images.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: hip
1+
// UNSUPPORTED: target-amd
22
// REQUIRES: aspect-ext_intel_legacy_image
33
//
44
// RUN: %{build} -o %t.out

sycl/test-e2e/EnqueueNativeCommand/custom-command-hip.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// FIXME: the rocm include path and link path are highly platform dependent,
22
// we should set this with some variable instead.
3-
// RUN: %{build} -Wno-error=deprecated-pragma -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
3+
// https://github.com/intel/llvm/issues/17018
4+
5+
// RUN: %{run-aux} %{build} -Wno-error=deprecated-pragma -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
46
// RUN: %{run} %t.out
57
// REQUIRES: target-amd
68

sycl/test-e2e/Graph/Explicit/work_group_static_memory.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8-
// UNSUPPORTED: hip
8+
// UNSUPPORTED: target-amd
99
// UNSUPPORTED-INTENDED: sycl_ext_oneapi_work_group_static is not supported on
1010
// AMD
1111

sycl/test-e2e/Graph/RecordReplay/work_group_static_memory.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8-
// UNSUPPORTED: hip
8+
// UNSUPPORTED: target-amd
99
// UNSUPPORTED-INTENDED: sycl_ext_oneapi_work_group_static is not supported on
1010
// AMD
1111

sycl/test-e2e/Graph/Update/work_group_static_memory_with_dyn_cgf_and_dyn_params.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Extra run to check for immediate-command-list in Level Zero
66
// RUN: %if level_zero %{env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1 %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s --implicit-check-not=LEAK %}
77
//
8-
// UNSUPPORTED: hip
8+
// UNSUPPORTED: target-amd
99
// UNSUPPORTED-INTENDED: sycl_ext_oneapi_work_group_static is not supported on
1010
// AMD
1111

sycl/test-e2e/HostInteropTask/interop-task-hip.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// FIXME: the rocm include path and link path are highly platform dependent,
22
// we should set this with some variable instead.
3-
// RUN: %{build} -Wno-error=deprecated-pragma -Wno-error=deprecated-declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
3+
// https://github.com/intel/llvm/issues/17018
4+
5+
// RUN: %{run-aux} %{build} -Wno-error=deprecated-pragma -Wno-error=deprecated-declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
46
// RUN: %{run} %t.out
57
// REQUIRES: target-amd
68

sycl/test-e2e/Printf/char.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7-
// UNSUPPORTED: hip
7+
// UNSUPPORTED: target-amd
88
//
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out | FileCheck %s

sycl/test-e2e/Printf/double.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
77
// REQUIRES: aspect-fp64
8-
// UNSUPPORTED: hip
8+
// UNSUPPORTED: target-amd
99
//
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out | FileCheck %s

sycl/test-e2e/Printf/float.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7-
// UNSUPPORTED: hip
7+
// UNSUPPORTED: target-amd
88
//
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out | FileCheck %s

sycl/test-e2e/Printf/int.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7-
// UNSUPPORTED: hip
7+
// UNSUPPORTED: target-amd
88
// FIXME: The 'short' type gets overflown with sporadic values on CUDA.
99
// XFAIL: cuda
1010
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14734

sycl/test-e2e/Printf/mixed-address-space.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This test is written with an aim to check that experimental::printf versions
22
// for constant and generic address space can be used in the same module.
33
//
4-
// UNSUPPORTED: hip
4+
// UNSUPPORTED: target-amd
55
// XFAIL: cuda && windows
66
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14733
77
// FIXME: Drop the test once generic AS support is considered stable and the

sycl/test-e2e/Printf/percent-symbol.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7-
// UNSUPPORTED: hip
7+
// UNSUPPORTED: target-amd
88
// XFAIL: cuda && windows
99
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14733
1010
// RUN: %{build} -o %t.out

sycl/test-e2e/Regression/kernel_bundle_ignore_sycl_external.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// XFAIL: target-nvidia
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16417
6-
// UNSUPPORTED: hip
6+
// UNSUPPORTED: target-amd
77

88
// Windows doesn't yet have full shutdown().
99
// UNSUPPORTED: ze_debug && windows

sycl/test-e2e/Sampler/basic-rw-float.cpp

+1-1
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/Sampler/basic-rw.cpp

+1-1
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/Sampler/normalized-clamp-linear-float.cpp

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

sycl/test-e2e/Sampler/normalized-clamp-nearest.cpp

+1-1
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/Sampler/normalized-clampedge-linear-float.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// UNSUPPORTED: cuda
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
5-
// XFAIL: hip
5+
// XFAIL: target-amd
66
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14732
77

88
// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel

sycl/test-e2e/Sampler/normalized-clampedge-nearest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Missing __spirv_ImageWrite, __spirv_SampledImage,
66
// __spirv_ImageSampleExplicitLod on AMD
7-
// XFAIL: hip
7+
// XFAIL: target-amd
88
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14732
99

1010
/*

sycl/test-e2e/Sampler/normalized-mirror-linear-float.cpp

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

sycl/test-e2e/Sampler/normalized-mirror-nearest.cpp

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

sycl/test-e2e/Sampler/normalized-none-linear-float.cpp

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

sycl/test-e2e/Sampler/normalized-none-nearest.cpp

+1-1
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/Sampler/normalized-repeat-linear-float.cpp

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

sycl/test-e2e/Sampler/normalized-repeat-nearest.cpp

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

sycl/test-e2e/Sampler/unnormalized-clamp-linear-float.cpp

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

sycl/test-e2e/Sampler/unnormalized-clamp-nearest.cpp

+1-1
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/Sampler/unnormalized-clampedge-linear-float.cpp

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

sycl/test-e2e/Sampler/unnormalized-clampedge-nearest.cpp

+1-1
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/Sampler/unnormalized-none-linear-float.cpp

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

sycl/test-e2e/Sampler/unnormalized-none-nearest.cpp

+1-1
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

0 commit comments

Comments
 (0)