[Mlir-commits] [mlir] [mlir][ArmSME] Make use of backend function attributes for enabling ZA storage (PR #71044)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Thu Nov 9 05:41:03 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",
----------------
banach-space wrote:
I also think that "runtime" can be interpreted as something quite substantial. Having said that, I agree with Cullen that we should strive for consistency with the spec. I suggest "arm_sme_support_routines_shlib".
In any case, I wouldn't worry about this particular name too much :) (we can always rename later)
https://github.com/llvm/llvm-project/pull/71044
More information about the Mlir-commits
mailing list