[Mlir-commits] [mlir] [mlir][vector] Clarify the semantics of masking maps (PR #111383)
Han-Chung Wang
llvmlistbot at llvm.org
Thu Oct 17 16:39:13 PDT 2024
================
@@ -250,6 +250,32 @@ struct VectorizationState {
LinalgOp linalgOp,
std::optional<AffineMap> maybeMaskingMap);
+ /// Check whether this permutation map can be used for masking. Add the
----------------
hanhanW wrote:
typo?
```suggestion
/// Check whether this permutation map can be used for masking. At the
```
https://github.com/llvm/llvm-project/pull/111383
More information about the Mlir-commits
mailing list