We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d39f1 commit d7b7050Copy full SHA for d7b7050
SYCL/Plugin/sycl-ls-unified-runtime.cpp
@@ -0,0 +1,16 @@
1
+// REQUIRES: level_zero
2
+//
3
+// RUN: env ONEAPI_DEVICE_SELECTOR="ext_oneapi_unified_runtime:*" sycl-ls --verbose 2>&1 %GPU_CHECK_PLACEHOLDER
4
+
5
+// CHECK: Platforms: 1
6
+// CHECK-NEXT: Platform [#1]:
7
+// CHECK-NEXT: Version : 1.3
8
+// CHECK-NEXT: Name : Intel(R) oneAPI Unified Runtime over Level-Zero
9
10
+//==-- sycl-ls-unified-runtime.cpp ----- Test Unified Runtime platform ----==//
11
12
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
13
+// See https://llvm.org/LICENSE.txt for license information.
14
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
15
16
+//===----------------------------------------------------------------------===//
0 commit comments