[Mlir-commits] [mlir] [mlir][ArmSME] Make use of backend function attributes for enabling ZA storage (PR #71044)

Benjamin Maxwell llvmlistbot at llvm.org
Wed Nov 8 04:40:17 PST 2023


================
@@ -126,6 +131,15 @@ def add_runtime(name):
 if config.enable_cuda_runner:
     tools.extend([add_runtime("mlir_cuda_runtime")])
 
+if config.mlir_run_arm_sme_tests:
+    config.substitutions.append(
+        (
+            "%arm_sme_abi_shlib",
----------------
MacDue wrote:

I think "runtime" implies these are something more substantial, but this library should only ever contain a few SME ABI builtins. 

https://github.com/llvm/llvm-project/pull/71044


More information about the Mlir-commits mailing list