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

Make XLA tests export new IR compatible #8354

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Conversation

tugsbayasgalan
Copy link
Contributor

In export, we are switching the output of torch.export to be non-functional pre-dispatch IR which means we will capture graph at even higher/more generic level. To reflect the old behaviour we need to run decompositions so that it is almost identical to the old export IR.

In export, we are switching the output of torch.export to be non-functional pre-dispatch IR which means we will capture graph at even higher/more generic level. To reflect the old behaviour we need to run decompositions so that it is almost identical to the old export IR.
@qihqi qihqi merged commit 81c4caa into pytorch:master Nov 5, 2024
12 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.

2 participants