File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: %{build} %level_zero_options -o %t.ze.out
3
3
// RUN: %{run} %t.ze.out
4
4
5
- // Temporarily disable on L0 due to fails in CI
6
- // UNSUPPORTED: level_zero
7
-
8
5
#include < level_zero/ze_api.h>
9
6
10
7
#include < sycl/detail/core.hpp>
Original file line number Diff line number Diff line change 20
20
// This test checks that a valid GPU is returned by sycl-ls by default if one
21
21
// is present.
22
22
// UNSUPPORTED: hip
23
- // Temporarily disable on L0 due to fails in CI
24
- // UNSUPPORTED: level_zero
Original file line number Diff line number Diff line change 13
13
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14
14
//
15
15
// ===----------------------------------------------------------------------===//
16
- // Temporarily disable on L0 due to fails in CI
17
- // UNSUPPORTED: level_zero
Original file line number Diff line number Diff line change 5
5
// RUN: env ONEAPI_DEVICE_SELECTOR="*:2" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out
6
6
// RUN: env ONEAPI_DEVICE_SELECTOR="*:3" env TEST_DEV_CONFIG_FILE_NAME=%t1.conf %{run-unfiltered-devices} %t.out
7
7
8
- // Temporarily disable on L0 due to fails in CI
9
- // UNSUPPORTED: level_zero
10
-
11
8
#include " ../helpers.hpp"
12
9
#include < fstream>
13
10
#include < iostream>
You can’t perform that action at this time.
0 commit comments