Skip to content

Commit

Permalink
[SYCL][E2E] Reenable ze_debug cases (#15141)
Browse files Browse the repository at this point in the history
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 <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen committed Aug 20, 2024
1 parent 026c7b0 commit b91fc8c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion sycl/test-e2e/KernelAndProgram/multiple-kernel-linking.cpp
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

0 comments on commit b91fc8c

Please sign in to comment.