We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a0b27 commit 01d1e46Copy full SHA for 01d1e46
mlir/include/mlir/Dialect/Vector/Utils/VectorUtils.h
@@ -185,7 +185,8 @@ bool isLinearizableVector(VectorType type);
185
/// mask is created on the read, if use of mask is specified or the bounds on a
186
/// dimension are different.
187
///
188
-/// `enableMasking` if false, the inBoundsVal values are set properly, based on
+/// `useInBoundsInsteadOfMasking` if false, the inBoundsVal values are set
189
+/// properly, based on
190
/// the rank dimensions of the source and destination tensors. And that is
191
/// what determines if masking is done.
192
0 commit comments