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 23584c1 commit 82f4ea2Copy full SHA for 82f4ea2
unified-runtime/test/adapters/lit.local.cfg.py
@@ -0,0 +1,16 @@
1
+"""
2
+Copyright (C) 2025 Intel Corporation
3
+
4
+Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
5
+See LICENSE.TXT
6
+SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7
8
9
10
+# Skip adapter testing for adapters that have not been built
11
+if "cuda" not in config.adapters_built:
12
+ config.excludes.add("cuda")
13
+if "hip" not in config.adapters_built:
14
+ config.excludes.add("hip")
15
+if "level_zero" not in config.adapters_built:
16
+ config.excludes.add("level_zero")
0 commit comments