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

Commits on Nov 4, 2024

  1. Make XLA tests export new IR compatible

    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.
    tugsbayasgalan authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ea31979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac632b0 View commit details
    Browse the repository at this point in the history