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

Add source location downgrade to compatibility expander #2725

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

GleasonK
Copy link
Member

Fixes #2724

Compatibility expander is an opt-in pass used in PJRT/ODML/etc to try to provide forward compatibility even when a new feature is used.

These can be costly or impact performance as they usually decompose a single op into many, etc.

Note - This is only run when requesting to downgrade to a version before 1.8.5, meaning it will not impact any PJRT users today, only for jax2tf or other export workflows.

@GleasonK GleasonK requested a review from sdasgup3 February 27, 2025 22:16
@GleasonK GleasonK merged commit 32c9877 into openxla:main Feb 27, 2025
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.

Forward incompatibility on FileLineColRange
2 participants