Skip to content

Commit d7b7050

Browse files
Add ext_oneapi_unified_runtime SYCL backend test (intel/llvm-test-suite#1450)
Signed-off-by: Sergey V Maslov <sergey.v.maslov@intel.com>
1 parent d3d39f1 commit d7b7050

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)