[Mlir-commits] [mlir] [mlir][ArmSME] Make use of backend function attributes for enabling ZA storage (PR #71044)
Cullen Rhodes
llvmlistbot at llvm.org
Tue Nov 7 01:51:38 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:
nit: `%arm_sme_runtime` or `%arm_sme_runtime_shlib`?
https://github.com/llvm/llvm-project/pull/71044
More information about the Mlir-commits
mailing list