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 42a4673 commit 9b91ae1Copy full SHA for 9b91ae1
mlir/python/mlir/dialects/_structured_transform_ops_ext.py
@@ -195,6 +195,8 @@ def __init__(
195
memcpy_op=memcpy_op,
196
alloc_op=alloc_op,
197
bufferize_destination_only=bufferize_destination_only,
198
+ loc=loc,
199
+ ip=ip,
200
)
201
202
@@ -395,6 +397,8 @@ def __init__(
395
397
static_vector_sizes=static_vector_sizes,
396
398
scalable_sizes=scalable_sizes,
399
vectorize_nd_extract=vectorize_nd_extract,
400
401
402
403
404
0 commit comments