Skip to content

[SYCL][E2E] Change test markup to enable build-only mode on AMD #17003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sycl/test-e2e/Adapters/enqueue-arg-order-image.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd

// spir-v gen for legacy images at O0 not working
// UNSUPPORTED: O0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
// REQUIRES: target-spir, level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{run} %t.out 2>&1 | FileCheck %s

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
// REQUIRES: target-spir, level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image

// the ze_debug=4 memory check will fail on this test, since it itentionally
// makes an 'unbalanced' create/destroy situation for the test.
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Adapters/interop-level-zero-image.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
// REQUIRES: target-spir, level_zero, level_zero_dev_kit, aspect-ext_intel_legacy_image
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/built-ins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: %{run} %t_var.out | FileCheck %s

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

#include <sycl/detail/core.hpp>
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_accessor_readsampler.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: cuda || target-amd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit surprising that it's a runtime condition for CUDA and compile-time for AMD. tagging @intel/llvm-reviewers-cuda for any potential follow-up to this.

// CUDA cannot support SYCL 1.2.1 images.
//
// RUN: %{build} -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_accessor_readwrite.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: cuda || hip
// UNSUPPORTED: cuda || target-amd
// CUDA cannot support SYCL 1.2.1 images.
//
// RUN: %{build} -o %t.out
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image

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

// RUN: %{build} -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_array.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_max_size.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

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

// The test checks that 'image' with max allowed sizes is handled correctly.
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_read.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization.
// RUN: %{build} -O2 -o %t.out
// RUN: %{run} %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_read_fp16.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image

// UNSUPPORTED: hip
// UNSUPPORTED: target-amd

// Temporarily add explicit '-O2' to avoid GPU hang issue with O0 optimization.
// RUN: %{build} -O2 -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_sample.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// REQUIRES: aspect-ext_intel_legacy_image
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd

#include <sycl/accessor_image.hpp>
#include <sycl/detail/core.hpp>
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// TODO: re-enable on cuda device.
// See https://github.com/intel/llvm/issues/1542#issuecomment-707877817 for more
// details.
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/image/image_write_fp16.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image

// UNSUPPORTED: hip
// UNSUPPORTED: target-amd

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Basic/image/srgba-read.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14387
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out | FileCheck %s
//
// UNSUPPORTED: target-amd
// UNSUPPORTED-INTENDED: legacy image not supported on AMD
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why isnt this failing on amd today?

Copy link
Contributor Author

@ayylol ayylol Feb 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think what is going on is that the required feature never appears on any AMD devices, so historically it was an implicit UNSUPPORTED: hip. Though I think it would be good to confirm this with people that are more familiar with these particular aspects.


#include <iostream>
#include <sycl/accessor_image.hpp>
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/multi_ptr_legacy_usm_addr_ext.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: accelerator
// REQUIRES: target-spir, accelerator
// RUN: %{build} -Wno-error=deprecated-declarations -D__ENABLE_USM_ADDR_SPACE__ -fsycl-dead-args-optimization -o %t.out
// RUN: %{run} %t.out
// RUN: %{build} -Wno-error=deprecated-declarations -D__ENABLE_USM_ADDR_SPACE__ -DRESTRICT_WRITE_ACCESS_TO_CONSTANT_PTR -fsycl-dead-args-optimization -o %t1.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Basic/multi_ptr_usm_addr_ext.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: accelerator
// REQUIRES: target-spir, accelerator
// RUN: %{build} -D__ENABLE_USM_ADDR_SPACE__ -fsycl-dead-args-optimization -o %t.out
// RUN: %{run} %t.out

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// REQUIRES: opencl, opencl_icd, aspect-usm_shared_allocations
// REQUIRES: target-spir, opencl, opencl_icd, aspect-usm_shared_allocations
// RUN: %{build} %opencl_lib -fno-sycl-dead-args-optimization -o %t.out
// RUN: %{run} %t.out
// XFAIL: accelerator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// REQUIRES: aspect-ext_intel_legacy_image
//
// RUN: %{build} -o %t.out
Expand Down
4 changes: 3 additions & 1 deletion sycl/test-e2e/EnqueueNativeCommand/custom-command-hip.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// FIXME: the rocm include path and link path are highly platform dependent,
// we should set this with some variable instead.
// RUN: %{build} -Wno-error=deprecated-pragma -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
// https://github.com/intel/llvm/issues/17018

// RUN: %{run-aux} %{build} -Wno-error=deprecated-pragma -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
// RUN: %{run} %t.out
// REQUIRES: target-amd

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// UNSUPPORTED-INTENDED: sycl_ext_oneapi_work_group_static is not supported on
// AMD

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// UNSUPPORTED-INTENDED: sycl_ext_oneapi_work_group_static is not supported on
// AMD

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Extra run to check for immediate-command-list in Level Zero
// 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 %}
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// UNSUPPORTED-INTENDED: sycl_ext_oneapi_work_group_static is not supported on
// AMD

Expand Down
4 changes: 3 additions & 1 deletion sycl/test-e2e/HostInteropTask/interop-task-hip.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// FIXME: the rocm include path and link path are highly platform dependent,
// we should set this with some variable instead.
// RUN: %{build} -Wno-error=deprecated-pragma -Wno-error=deprecated-declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
// https://github.com/intel/llvm/issues/17018

// RUN: %{run-aux} %{build} -Wno-error=deprecated-pragma -Wno-error=deprecated-declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
// RUN: %{run} %t.out
// REQUIRES: target-amd

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Printf/char.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// The test is written using conversion specifiers table from cppreference [1]
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out | FileCheck %s
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Printf/double.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// REQUIRES: aspect-fp64
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out | FileCheck %s
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Printf/float.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// The test is written using conversion specifiers table from cppreference [1]
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out | FileCheck %s
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Printf/int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// The test is written using conversion specifiers table from cppreference [1]
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// FIXME: The 'short' type gets overflown with sporadic values on CUDA.
// XFAIL: cuda
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14734
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Printf/mixed-address-space.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This test is written with an aim to check that experimental::printf versions
// for constant and generic address space can be used in the same module.
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// XFAIL: cuda && windows
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14733
// FIXME: Drop the test once generic AS support is considered stable and the
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Printf/percent-symbol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// The test is written using conversion specifiers table from cppreference [1]
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
//
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// XFAIL: cuda && windows
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14733
// RUN: %{build} -o %t.out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// XFAIL: target-nvidia
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16417
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd

// Windows doesn't yet have full shutdown().
// UNSUPPORTED: ze_debug && windows
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/basic-rw-float.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/basic-rw.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-clamp-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-clamp-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// UNSUPPORTED: cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// XFAIL: hip
// XFAIL: target-amd
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14732

// CUDA works with image_channel_type::fp32, but not with any 8-bit per channel
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-clampedge-nearest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//
// Missing __spirv_ImageWrite, __spirv_SampledImage,
// __spirv_ImageSampleExplicitLod on AMD
// XFAIL: hip
// XFAIL: target-amd
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14732

/*
Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-mirror-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-mirror-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-none-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-none-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-repeat-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/normalized-repeat-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/unnormalized-clamp-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/unnormalized-clampedge-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/unnormalized-none-linear-float.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip, cuda
// UNSUPPORTED: target-amd, cuda
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
2 changes: 1 addition & 1 deletion sycl/test-e2e/Sampler/unnormalized-none-nearest.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REQUIRES: aspect-ext_intel_legacy_image
// UNSUPPORTED: hip
// UNSUPPORTED: target-amd
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
Loading
Loading