Skip to content

Commit 9dcfb2f

Browse files
committed
Fix comments
Signed-off-by: hanhanW <[email protected]>
1 parent 183b795 commit 9dcfb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Interfaces/TilingInterface/tile-and-fuse-consumer.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,8 +500,8 @@ module attributes {transform.with_named_sequence} {
500500

501501
// -----
502502

503-
// It is valid to fuse the pack op with padding semantics if the dimension does
504-
// not need padding.
503+
// It is valid to fuse the pack op with padding semantics if the tiled
504+
// dimensions do not need padding.
505505

506506
func.func @fuse_pack_consumer_with_padding_semantics(%arg0: tensor<64x32xf32>, %arg1: tensor<64x32xf32>) -> tensor<23x2x3x16xf32> {
507507
%0 = scf.forall (%arg2) = (0) to (32) step (16) shared_outs(%arg3 = %arg1) -> (tensor<64x32xf32>) {

0 commit comments

Comments
 (0)