From 20d5cb612527274a571851f1bd283463b2f145fb Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Thu, 5 Jan 2023 11:48:45 -0800 Subject: [PATCH] this test depends upon SYCL gathering up empty platforms, which we don't do. Platforms without devices are not listed nor reported to the user. I'm not sure of an alternate way of detecting the presence of the UR. Perhaps one of its functions could output when SYCL_PI_TRACE=2 ? --- SYCL/Plugin/sycl-ls-unified-runtime.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 SYCL/Plugin/sycl-ls-unified-runtime.cpp diff --git a/SYCL/Plugin/sycl-ls-unified-runtime.cpp b/SYCL/Plugin/sycl-ls-unified-runtime.cpp deleted file mode 100644 index a56602cabe..0000000000 --- a/SYCL/Plugin/sycl-ls-unified-runtime.cpp +++ /dev/null @@ -1,16 +0,0 @@ -// REQUIRES: level_zero -// -// RUN: env ONEAPI_DEVICE_SELECTOR="ext_oneapi_unified_runtime:*" sycl-ls --verbose 2>&1 %GPU_CHECK_PLACEHOLDER - -// CHECK: Platforms: 1 -// CHECK-NEXT: Platform [#1]: -// CHECK-NEXT: Version : 1.3 -// CHECK-NEXT: Name : Intel(R) oneAPI Unified Runtime over Level-Zero - -//==-- sycl-ls-unified-runtime.cpp ----- Test Unified Runtime platform ----==// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===//