[Mlir-commits] [mlir] [mlir][vector] Determine vector sizes from the result shape in the ca… (PR #88249)
Han-Chung Wang
llvmlistbot at llvm.org
Mon Apr 15 09:50:30 PDT 2024
================
@@ -1412,10 +1412,12 @@ static SmallVector<int64_t> getTiledPackShape(tensor::PackOp packOp,
/// Create a TransferReadOp from `source` with static shape `readShape`. If the
/// vector type for the read is not the same as the type of `source`, then a
-/// mask is created on the read.
+/// mask is created on the read. `doMasking` specifies whether masking is
+/// required or not. If `doMasking` paramter is set to false we update the
----------------
hanhanW wrote:
nit: typo `parameter` or just make it shorter like `If doMasking is false ...`.
https://github.com/llvm/llvm-project/pull/88249
More information about the Mlir-commits
mailing list