Skip to content
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
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/interop/get_native_ze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} %level_zero_options -o %t.ze.out
// RUN: %{run} %t.ze.out

// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero

#include <level_zero/ze_api.h>

#include <sycl/detail/core.hpp>
Expand Down
2 changes: 0 additions & 2 deletions sycl/test-e2e/Plugin/sycl-ls-gpu-default-any.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@
// This test checks that a valid GPU is returned by sycl-ls by default if one
// is present.
// UNSUPPORTED: hip
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero
2 changes: 0 additions & 2 deletions sycl/test-e2e/Plugin/sycl-ls-gpu-level-zero.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero
3 changes: 0 additions & 3 deletions sycl/test-e2e/Regression/device_num.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// RUN: env ONEAPI_DEVICE_SELECTOR="*:2" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out
// RUN: env ONEAPI_DEVICE_SELECTOR="*:3" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out

// Temporarily disable on L0 due to fails in CI
// UNSUPPORTED: level_zero

#include "../helpers.hpp"
#include <fstream>
#include <iostream>
Expand Down