[Mlir-commits] [mlir] [mlir][ArmSME] Support 2-way widening outer	products (PR #78975)
    Andrzej WarzyĆski 
    llvmlistbot at llvm.org
       
    Wed Jan 24 08:36:49 PST 2024
    
    
  
================
@@ -814,6 +814,649 @@ let arguments = (ins
   }];
 }
 
+class OuterProductWideBase<string mnemonic,
+                           list<Type> allowedInputVectorTypes,
+                           list<Type> allowedResultVectorTypes,
+                           int numOuterProducts> :
+  ArmSME_Op<mnemonic, [
+    ArmSMETileOpInterface,
+    AttrSizedOperandSegments,
+    AllTypesMatch<["lhs", "rhs"]>,
----------------
banach-space wrote:
Indeed
https://github.com/llvm/llvm-project/pull/78975
    
    
More information about the Mlir-commits
mailing list