Skip to content

[SYCL][E2E] Reenable ze_debug cases #15141

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
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// UNSUPPORTED: hip
// UNSUPPORTED: ze_debug

// RUN: %{build} -fno-sycl-early-optimizations -fsycl-device-code-split=per_kernel -o %t_per_kernel.out
// RUN: %{build} -fno-sycl-early-optimizations -fsycl-device-code-split=per_source -o %t_per_source.out
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Regression/commandlist/gpu.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// REQUIRES: gpu, linux

// UNSUPPORTED: ze_debug

// RUN: %clangxx -Wno-error=vla-cxx-extension -fsycl -fsycl-targets=%{sycl_triple} %S/Inputs/FindPrimesSYCL.cpp %S/Inputs/main.cpp -o %t.out -lpthread
// RUN: %{run} %t.out
2 changes: 0 additions & 2 deletions sycl/test-e2e/SubGroup/sub_group_as.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
//
// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out -Wno-deprecated-declarations
// RUN: %{run} %t.out
//
// UNSUPPORTED: ze_debug

#include <cassert>
#include <cstdint>
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/SubGroup/sub_group_as_vec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
//
// RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out
// RUN: %{run} %t.out
//
// UNSUPPORTED: ze_debug

#include "helper.hpp"
#include <cassert>
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/SubGroupMask/Basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// GroupNonUniformBallot capability is supported on Intel GPU only
// RUN: %{run} %t.out

// UNSUPPORTED: ze_debug

//==---------- Basic.cpp - sub-group mask basic test -----------*- C++ -*---==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/SubGroupMask/GroupSize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// GroupNonUniformBallot capability is supported on Intel GPU only
// RUN: %{run} %t.out

// UNSUPPORTED: ze_debug

//==- GroupSize.cpp - sub-group mask dependency on group size --*- C++ -*---==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
Loading