Skip to content

Commit b91fc8c

Browse files
[SYCL][E2E] Reenable ze_debug cases (#15141)
This commit reenables a selection of tests for ze_debug as they no longer seem to be failing for this option. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 026c7b0 commit b91fc8c

File tree

6 files changed

+0
-11
lines changed

6 files changed

+0
-11
lines changed

sycl/test-e2e/KernelAndProgram/multiple-kernel-linking.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// UNSUPPORTED: hip
2-
// UNSUPPORTED: ze_debug
32

43
// RUN: %{build} -fno-sycl-early-optimizations -fsycl-device-code-split=per_kernel -o %t_per_kernel.out
54
// RUN: %{build} -fno-sycl-early-optimizations -fsycl-device-code-split=per_source -o %t_per_source.out
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: gpu, linux
22

3-
// UNSUPPORTED: ze_debug
4-
53
// RUN: %clangxx -Wno-error=vla-cxx-extension -fsycl -fsycl-targets=%{sycl_triple} %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
64
// RUN: %{run} %t.out

sycl/test-e2e/SubGroup/sub_group_as.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
//
44
// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out -Wno-deprecated-declarations
55
// RUN: %{run} %t.out
6-
//
7-
// UNSUPPORTED: ze_debug
86

97
#include <cassert>
108
#include <cstdint>

sycl/test-e2e/SubGroup/sub_group_as_vec.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
//
44
// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out
55
// RUN: %{run} %t.out
6-
//
7-
// UNSUPPORTED: ze_debug
86

97
#include "helper.hpp"
108
#include <cassert>

sycl/test-e2e/SubGroupMask/Basic.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
// GroupNonUniformBallot capability is supported on Intel GPU only
77
// RUN: %{run} %t.out
88

9-
// UNSUPPORTED: ze_debug
10-
119
//==---------- Basic.cpp - sub-group mask basic test -----------*- C++ -*---==//
1210
//
1311
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/SubGroupMask/GroupSize.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
// GroupNonUniformBallot capability is supported on Intel GPU only
66
// RUN: %{run} %t.out
77

8-
// UNSUPPORTED: ze_debug
9-
108
//==- GroupSize.cpp - sub-group mask dependency on group size --*- C++ -*---==//
119
//
1210
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)