Skip to content

Commit 06eca6f

Browse files
[SYCL] mark failing image tests as unsupported at O0. (#10793)
The spir-v generation is not working correctly for legacy images at O0. There is no intention of fixing it at this time, given that the image thing is going to be completely overhauled in the future. Marking these tests as unsupported in O0.
1 parent b6aa3c8 commit 06eca6f

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
22
// UNSUPPORTED: hip
3+
4+
// spir-v gen for legacy images at O0 not working
5+
// UNSUPPORTED: O0
6+
37
// RUN: %{build} -o %t.out
48
// Native images are created with host pointers only with host unified memory
59
// support, enforce it for this test.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{build} %level_zero_options -o %t.out
33
// RUN: %{run} %t.out 2>&1 | FileCheck %s
44

5+
// spir-v gen for legacy images at O0 not working
6+
// UNSUPPORTED: O0
7+
58
// we use the interop to get the native image handle and then use that to make a
69
// new image and enumerate the pixels.
710

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// makes an 'unbalanced' create/destroy situation for the test.
55
// UNSUPPORTED: ze_debug
66

7+
// spir-v gen for legacy images at O0 not working
8+
// UNSUPPORTED: O0
9+
710
// RUN: %{build} %level_zero_options -o %t.out
811
// RUN: env ZE_DEBUG=1 %{run} %t.out 2>&1 | FileCheck %s
912

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{build} %level_zero_options -o %t.out
33
// RUN: %{run} %t.out
44

5+
// spir-v gen for legacy images at O0 not working
6+
// UNSUPPORTED: O0
7+
58
// This test verifies that make_image is working for 1D, 2D and 3D images.
69
// We instantiate an image with L0, set its body, then use a host accessor to
710
// verify that the pixels are set correctly.

0 commit comments

Comments
 (0)