Skip to content
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

[VM] Add some missing arith-to-vm patterns #20079

Merged
merged 3 commits into from
Feb 25, 2025

Conversation

zjgarvey
Copy link
Contributor

Addresses #20022 and #17345 by adding arith-to-vm conversions for arith.extf op (f32 to f64), and arith.cmpf on f64 inputs.

The necessary VM ops were already present, so this commit simply adds the lowering from arith and some additional lit tests.

@zjgarvey
Copy link
Contributor Author

I'm going to take a look at the progression report for the onnx_ops tests before un-drafting. I expect a few xpasses with this change.

Copy link
Collaborator

@benvanik benvanik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! hooray more test coverage :)

@zjgarvey zjgarvey marked this pull request as ready for review February 24, 2025 21:18
@zjgarvey zjgarvey merged commit 2a04dac into iree-org:main Feb 25, 2025
43 checks passed
@ScottTodd ScottTodd mentioned this pull request Mar 14, 2025
6 tasks
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.

2 participants