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

[WIP] Skip AOTAutograd view-reconstruction for inference runs. #7834

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Aug 12, 2024

  1. Initial implementation.

    ysiraichi committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    76c1bcb View commit details
    Browse the repository at this point in the history
  2. Enable by default.

    ysiraichi committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ae1d5d8 View commit details
    Browse the repository at this point in the history
  3. Fix base call.

    ysiraichi committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a936ed3 View commit details
    Browse the repository at this point in the history
  4. Guard for XLA tensors.

    ysiraichi committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7f92e93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d6bdba View commit details
    Browse the repository at this point in the history
  6. Fix implementation.

    - Applying handlers only to the actual outputs
    - Unwrapping the value before using it to create a fresh functional tensor
    ysiraichi committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    56a2e78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73721dd View commit details
    Browse the repository at this point in the history
  8. Fix bad if.

    ysiraichi committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    98b57bf View commit details
    Browse the repository at this point in the history