[Mlir-commits] [mlir] [mlir][ArmSME] Support 2-way widening outer products (PR #78975)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Jan 24 09:50:54 PST 2024


================
@@ -122,4 +122,43 @@ def TileAllocation
   let dependentDialects = ["func::FuncDialect"];
 }
 
+def OuterProductWidening
----------------
banach-space wrote:

Hm, the pass doesn't "widen" the outer products, it "fuses"/"combines" them into one. WDYT?

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


More information about the Mlir-commits mailing list