Skip to content

Commit eab99bb

Browse files
committed
fixup! [mlir][linalg] Add vectorization to the e2e test for tensor.unpack
Fix numbering
1 parent af1768b commit eab99bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ module @transforms attributes { transform.with_named_sequence } {
9999
%slice = transform.structured.match ops{["tensor.insert_slice"]} in %func_op : (!transform.op<"func.func">) -> !transform.any_op
100100
transform.structured.vectorize %slice vector_sizes [8, 1] : !transform.any_op
101101

102-
// 3. Bufferize before lowering to LLVM
102+
// 4. Bufferize before lowering to LLVM
103103
%bufferize = transform.bufferization.one_shot_bufferize %module
104104
{bufferize_function_boundaries=true} : (!transform.any_op) -> !transform.any_op
105105

106-
// 4. Canonicalize
106+
// 5. Canonicalize
107107
%func_op_bufferized = transform.structured.match ops{["func.func"]} in %bufferize : (!transform.any_op) -> !transform.op<"func.func">
108108
transform.apply_patterns to %func_op_bufferized {
109109
transform.apply_patterns.canonicalization

0 commit comments

Comments
 (0)