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 183b795 commit 9dcfb2fCopy full SHA for 9dcfb2f
mlir/test/Interfaces/TilingInterface/tile-and-fuse-consumer.mlir
@@ -500,8 +500,8 @@ module attributes {transform.with_named_sequence} {
500
501
// -----
502
503
-// It is valid to fuse the pack op with padding semantics if the dimension does
504
-// not need padding.
+// It is valid to fuse the pack op with padding semantics if the tiled
+// dimensions do not need padding.
505
506
func.func @fuse_pack_consumer_with_padding_semantics(%arg0: tensor<64x32xf32>, %arg1: tensor<64x32xf32>) -> tensor<23x2x3x16xf32> {
507
%0 = scf.forall (%arg2) = (0) to (32) step (16) shared_outs(%arg3 = %arg1) -> (tensor<64x32xf32>) {
0 commit comments