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

Cullen Rhodes llvmlistbot at llvm.org
Wed Nov 8 04:45:53 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",
----------------
c-rhodes wrote:

fair enough, that's what these are tho, runtime support routines [1]:
> Every platform that supports SME must provide the following runtime support routines:

[1] https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst#sme-support-routines

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


More information about the Mlir-commits mailing list