[Mlir-commits] [mlir] [mlir][ArmSME] Support widening outer products (PR #78975)
Benjamin Maxwell
llvmlistbot at llvm.org
Mon Jan 22 07:54:49 PST 2024
================
@@ -814,6 +815,650 @@ let arguments = (ins
}];
}
+class OuterProductWideBase<string mnemonic,
+ list<Type> allowedInputVectorTypes,
+ list<Type> allowedResultVectorTypes,
+ int numOuterProducts> :
+ ArmSME_Op<mnemonic, [
+ Pure,
----------------
MacDue wrote:
See above.
https://github.com/llvm/llvm-project/pull/78975
More information about the Mlir-commits
mailing list