Skip to content

Commit 6464a01

Browse files
[mlir][linalg][transform] Fix test breakage from 69bc1cb. (NFC)
That commit introduced a trivial test breakage due to a bad rebase, which this commit fixes.
1 parent 69bc1cb commit 6464a01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mlir/test/python/dialects/transform_structured_ext.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ def testVectorizeNoArgs(target):
179179
# CHECK-NOT: vector_sizes
180180

181181

182+
@run
183+
@create_sequence
182184
def testVectorizeStatic(target):
183185
structured.VectorizeOp(target, [16, 4])
184186
# CHECK-LABEL: TEST: testVectorizeStatic

0 commit comments

Comments
 (0)