[Mlir-commits] [mlir] [mlir][ArmSME] Support lowering masked vector.outerproduct ops to SME (PR #69604)
Cullen Rhodes
llvmlistbot at llvm.org
Mon Oct 30 03:19:20 PDT 2023
================
@@ -427,12 +427,112 @@ struct TransposeOpToArmSMELowering
}
};
+/// Conversion pattern for vector.outerproduct.
+///
+/// If the vector.outerproduct is masked (and the mask from a
+/// vector.create_mask), then the mask is decomposed into two 1-D masks for the
----------------
c-rhodes wrote:
```suggestion
/// If the vector.outerproduct is masked (and the mask is a
/// vector.create_mask), then the mask is decomposed into two 1-D masks for the
```
grammar
https://github.com/llvm/llvm-project/pull/69604
More information about the Mlir-commits
mailing list