Skip to content

Commit ca6c1f5

Browse files
committed
fixup! [mlir][tensor] Add e2e test for tensor.unpack with dynamic tile sizes
Refine comments
1 parent 750a3d8 commit ca6c1f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/pack-dynamic-inner-tile.mlir

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
// RUN: rm -f %t && %{compile} && %{run} | FileCheck %s
1010

1111
/// End-to-end test for tensor.pack where one of the inner tile sizes is
12-
/// dynamic. See unpack-dynamic-inner-tile.mlir for a similar test for
13-
/// tensor.unpack.
12+
/// dynamic.
1413

1514
func.func @main() {
1615
// Allocate and initialise the inputs

mlir/test/Integration/Dialect/Linalg/CPU/unpack-dynamic-inner-tile.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// RUN: rm -f %t && %{compile} && %{run} | FileCheck %s
1010

1111
/// End-to-end test for tensor.unpack where one of the inner tile sizes is
12-
/// dynamic. See pack-dynamic-inner-tile.mlir for a similar test for tensor.pack.
12+
/// dynamic.
1313

1414
func.func @main() {
1515
// Allocate and initialise the inputs

0 commit comments

Comments
 (0)