Skip to content

Commit d6f8275

Browse files
[SYCL][E2E] Enable passing UNSUPPORTED:gpu tests (#15391)
This commit enables a selection of tests with UNSUPPORTED:gpu that seems to have been fixed since their disablement. Additionally, it restricts expected failure of image_array to just Gen12, with tracker #15398. --------- Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 254c979 commit d6f8275

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out
66

7-
// UNSUPPORTED: gpu
7+
// See https://github.com/intel/llvm/issues/15398
8+
// UNSUPPORTED: gpu-intel-gen12
89

910
//==------------------- image.cpp - SYCL image basic test -----------------==//
1011
//

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
// RUN: %{build} -o %t.out
1111
// RUN: %{run} %t.out | FileCheck %s
1212

13-
// UNSUPPORTED: gpu
1413
// CHECK: Constant addrspace literal
1514
// CHECK: Generic addrspace literal
1615

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
// RUN: %{build} -o %t.constant.out -DTEST_CONSTANT_AS
1515
// RUN: %{run} %t.constant.out | FileCheck %s
1616
//
17-
// FIXME: Enable on GPU once %% conversion is supported there
18-
// UNSUPPORTED: gpu
19-
//
2017
// CHECK: %c %s %d %i %o %x %X %u
2118
// CHECK-NEXT: %f %F %e %E %a %A %g %G %n %p
2219

sycl/test-e2e/USM/align.cpp

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

4-
// UNSUPPORTED: gpu
5-
6-
// E2E tests for annotated USM allocation functions with alignment arguments
7-
// that are not powers of 2. Note this test does not work on gpu because some
8-
// tests expect non-templated aligned_alloc_xxx functions to return nullptr,
9-
// e.g. when the alignment argument is not a power of 2, while they fail to do
10-
// so when run on gpu. This maybe because the gpu runtime has different
11-
// behavior. Therefore, GPU is unsupported until issue #12638 gets resolved.
12-
134
#include <sycl/detail/core.hpp>
145
#include <sycl/usm.hpp>
156

0 commit comments

Comments
 (0)