diff --git a/sycl/test-e2e/KernelAndProgram/multiple-kernel-linking.cpp b/sycl/test-e2e/KernelAndProgram/multiple-kernel-linking.cpp index fd8b77de0846e..4718ee9576ed2 100644 --- a/sycl/test-e2e/KernelAndProgram/multiple-kernel-linking.cpp +++ b/sycl/test-e2e/KernelAndProgram/multiple-kernel-linking.cpp @@ -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 diff --git a/sycl/test-e2e/Regression/commandlist/gpu.cpp b/sycl/test-e2e/Regression/commandlist/gpu.cpp index a2133a62a1318..21c584f986de5 100644 --- a/sycl/test-e2e/Regression/commandlist/gpu.cpp +++ b/sycl/test-e2e/Regression/commandlist/gpu.cpp @@ -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 diff --git a/sycl/test-e2e/SubGroup/sub_group_as.cpp b/sycl/test-e2e/SubGroup/sub_group_as.cpp index 36f594ea8fa67..7655554a797a4 100644 --- a/sycl/test-e2e/SubGroup/sub_group_as.cpp +++ b/sycl/test-e2e/SubGroup/sub_group_as.cpp @@ -3,8 +3,6 @@ // // RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out -Wno-deprecated-declarations // RUN: %{run} %t.out -// -// UNSUPPORTED: ze_debug #include #include diff --git a/sycl/test-e2e/SubGroup/sub_group_as_vec.cpp b/sycl/test-e2e/SubGroup/sub_group_as_vec.cpp index 40ed8faaea4e1..fa877357f926b 100644 --- a/sycl/test-e2e/SubGroup/sub_group_as_vec.cpp +++ b/sycl/test-e2e/SubGroup/sub_group_as_vec.cpp @@ -3,8 +3,6 @@ // // RUN: %{build} -DUSE_DEPRECATED_LOCAL_ACC -o %t.out // RUN: %{run} %t.out -// -// UNSUPPORTED: ze_debug #include "helper.hpp" #include diff --git a/sycl/test-e2e/SubGroupMask/Basic.cpp b/sycl/test-e2e/SubGroupMask/Basic.cpp index 474e9d4b39e72..d82a507b18dc9 100644 --- a/sycl/test-e2e/SubGroupMask/Basic.cpp +++ b/sycl/test-e2e/SubGroupMask/Basic.cpp @@ -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. diff --git a/sycl/test-e2e/SubGroupMask/GroupSize.cpp b/sycl/test-e2e/SubGroupMask/GroupSize.cpp index 84d13c3ff7603..b61fa4aa0e69a 100644 --- a/sycl/test-e2e/SubGroupMask/GroupSize.cpp +++ b/sycl/test-e2e/SubGroupMask/GroupSize.cpp @@ -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.