From b2504266d6ae01b16aa8dd4a35fd92d7ae3bc902 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Thu, 5 Sep 2024 08:30:16 -0700 Subject: [PATCH] [SYCL][E2E] Reenable L0 tests for sycl-ls, get_native_ze and device_num A handful of L0 tests were disabled with bd3370af22cd49f3bde48254b5a659fe9c0634bd a while ago, so it is time to retry enabling them. Signed-off-by: Larsen, Steffen --- sycl/test-e2e/Basic/interop/get_native_ze.cpp | 3 --- sycl/test-e2e/Plugin/sycl-ls-gpu-default-any.cpp | 2 -- sycl/test-e2e/Plugin/sycl-ls-gpu-level-zero.cpp | 2 -- sycl/test-e2e/Regression/device_num.cpp | 3 --- 4 files changed, 10 deletions(-) diff --git a/sycl/test-e2e/Basic/interop/get_native_ze.cpp b/sycl/test-e2e/Basic/interop/get_native_ze.cpp index 23d0401125f13..3bc58c4d97081 100644 --- a/sycl/test-e2e/Basic/interop/get_native_ze.cpp +++ b/sycl/test-e2e/Basic/interop/get_native_ze.cpp @@ -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 #include diff --git a/sycl/test-e2e/Plugin/sycl-ls-gpu-default-any.cpp b/sycl/test-e2e/Plugin/sycl-ls-gpu-default-any.cpp index 298e12236e41e..046a41494370b 100644 --- a/sycl/test-e2e/Plugin/sycl-ls-gpu-default-any.cpp +++ b/sycl/test-e2e/Plugin/sycl-ls-gpu-default-any.cpp @@ -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 diff --git a/sycl/test-e2e/Plugin/sycl-ls-gpu-level-zero.cpp b/sycl/test-e2e/Plugin/sycl-ls-gpu-level-zero.cpp index 48b06d8b7c431..36eb621e923a6 100644 --- a/sycl/test-e2e/Plugin/sycl-ls-gpu-level-zero.cpp +++ b/sycl/test-e2e/Plugin/sycl-ls-gpu-level-zero.cpp @@ -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 diff --git a/sycl/test-e2e/Regression/device_num.cpp b/sycl/test-e2e/Regression/device_num.cpp index 026b8f38e2f4e..50570d51c3d70 100644 --- a/sycl/test-e2e/Regression/device_num.cpp +++ b/sycl/test-e2e/Regression/device_num.cpp @@ -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 #include