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 51754e0 commit 6c753dbCopy full SHA for 6c753db
mlir/test/Conversion/MathToXeVM/lit.local.cfg
@@ -0,0 +1,7 @@
1
+spirv_backend_tests = [
2
+ 'native-spirv-builtins.mlir',
3
+]
4
+
5
+# Exclude SPIRV backend tests if SPIRV target is disabled:
6
+if(not config.run_xevm_tests):
7
+ config.excludes.update(spirv_backend_tests)
0 commit comments