Skip to content

Commit 01d1e46

Browse files
committed
Fixed a missed comment update.
1 parent 31a0b27 commit 01d1e46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/include/mlir/Dialect/Vector/Utils/VectorUtils.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ bool isLinearizableVector(VectorType type);
185185
/// mask is created on the read, if use of mask is specified or the bounds on a
186186
/// dimension are different.
187187
///
188-
/// `enableMasking` if false, the inBoundsVal values are set properly, based on
188+
/// `useInBoundsInsteadOfMasking` if false, the inBoundsVal values are set
189+
/// properly, based on
189190
/// the rank dimensions of the source and destination tensors. And that is
190191
/// what determines if masking is done.
191192
///

0 commit comments

Comments
 (0)