8000 [VectorExt] Fix transfer_gather printer by IanWood1 · Pull Request #20860 · iree-org/iree · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[VectorExt] Fix transfer_gather printer #20860

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025

Conversation

IanWood1
Copy link
Contributor

Print the padding operand & removes printing the index vec types at the end of the op. Because this uses a custom printer and parser, I added iree-opt --split-input-file %s | iree-opt --split-input-file | FileCheck %s to the roundtrip tests.

Fixes #20802

Signed-off-by: Ian Wood <ianwood2024@u.northwestern.edu>
@IanWood1 IanWood1 requested review from Groverkss and MaheshRavishankar and removed request for MaheshRavishankar May 19, 2025 17:06
@Groverkss Groverkss merged commit 63cf6c1 into iree-org:main May 20, 2025
42 checks passed
ziereis pushed a commit to ziereis/iree that referenced this pull request May 22, 2025
Print the `padding` operand & removes printing the index vec types at
the end of the op. Because this uses a custom printer and parser, I
added `iree-opt --split-input-file %s | iree-opt --split-input-file |
FileCheck %s` to the roundtrip tests.

Fixes iree-org#20802

Signed-off-by: Ian Wood <ianwood2024@u.northwestern.edu>
Signed-off-by: Thomas Ziereis <ziereis@roofline.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[VectorExt] transfer_gather parser fails to round-trip valid operation emitted by printer
2 participants
0