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

Fix issue when targeting a patch version for serialization #2598

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

GleasonK
Copy link
Member

We want to allow targeting patch version because we allow -target=current so it makes sense that current can resolve to a patch version.

That said we write our compat passes against patch v0 since all opset changes require a minor version bump and therefore have patch v0.

This PR implements "version flooring" inside the vhlo-to-version pass.

@GleasonK GleasonK merged commit 7ce6c1c into openxla:main Oct 23, 2024
10 checks passed
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.

4 participants