Skip to content

Commit 3392774

Browse files
[mlir][tensor] fix typo in pad tiling comment
1 parent 85c91af commit 3392774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ FailureOr<TilingResult> tensor::bubbleUpPadSlice(OpBuilder &b,
825825
// Note that there are many ways to order this indexing math to compute
826826
// newLength, but we want to make sure that the final affine.min ops in the
827827
// sequence are bounding the index to as small a value as possible. If
828-
// ValueBoundsOpInterface is used, this calcualation will get upper bounds
828+
// ValueBoundsOpInterface is used, this calculation will get upper bounds
829829
// from the affine.min ops, so we want to use the smallest known value to
830830
// set the bound at the end of the computation sequence. In this case, the
831831
// index will be upper bounded by length - newLow.

0 commit comments

Comments
 (0)