Unverified Commit 04016684 authored by Felix Schneider's avatar Felix Schneider Committed by GitHub
Browse files

[mlir] Fix `TileUsingForOp` attr-dict printing/parsing (#72745)

`TileUsingForOp` has an optional Attribute `interchange` which was given
in curly braces like this: `{interchange = [...]}`. The way this was
parsed meant that no normal `attr-dict` could be attached to the Op.
This patch adds printing / parsing of an `attr-dict` to the Op and treats
the `interchange` Attribute as part of that dictionary for now.
parent 575c9bf9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment