Skip to content

Commit 254c979

Browse files
[SYCL][E2E] Reenable L0 tests for sycl-ls, get_native_ze and device_num (#15301)
A handful of L0 tests were disabled with bd3370a a while ago, so it is time to retry enabling them. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 8825863 commit 254c979

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

sycl/test-e2e/Basic/interop/get_native_ze.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %{build} %level_zero_options -o %t.ze.out
33
// RUN: %{run} %t.ze.out
44

5-
// Temporarily disable on L0 due to fails in CI
6-
// UNSUPPORTED: level_zero
7-
85
#include <level_zero/ze_api.h>
96

107
#include <sycl/detail/core.hpp>

sycl/test-e2e/Plugin/sycl-ls-gpu-default-any.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@
2020
// This test checks that a valid GPU is returned by sycl-ls by default if one
2121
// is present.
2222
// UNSUPPORTED: hip
23-
// Temporarily disable on L0 due to fails in CI
24-
// UNSUPPORTED: level_zero

sycl/test-e2e/Plugin/sycl-ls-gpu-level-zero.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@
1313
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1414
//
1515
//===----------------------------------------------------------------------===//
16-
// Temporarily disable on L0 due to fails in CI
17-
// UNSUPPORTED: level_zero

sycl/test-e2e/Regression/device_num.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: env ONEAPI_DEVICE_SELECTOR="*:2" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out
66
// RUN: env ONEAPI_DEVICE_SELECTOR="*:3" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out
77

8-
// Temporarily disable on L0 due to fails in CI
9-
// UNSUPPORTED: level_zero
10-
118
#include "../helpers.hpp"
129
#include <fstream>
1310
#include <iostream>

0 commit comments

Comments
 (0)