Skip to content

Commit 9b91ae1

Browse files
[mlir][python][linalg][transform] Forward missing params in mix-ins.
1 parent 42a4673 commit 9b91ae1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mlir/python/mlir/dialects/_structured_transform_ops_ext.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ def __init__(
195195
memcpy_op=memcpy_op,
196196
alloc_op=alloc_op,
197197
bufferize_destination_only=bufferize_destination_only,
198+
loc=loc,
199+
ip=ip,
198200
)
199201

200202

@@ -395,6 +397,8 @@ def __init__(
395397
static_vector_sizes=static_vector_sizes,
396398
scalable_sizes=scalable_sizes,
397399
vectorize_nd_extract=vectorize_nd_extract,
400+
loc=loc,
401+
ip=ip,
398402
)
399403

400404

0 commit comments

Comments
 (0)