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

Update usages of torch.library APIs #8384

Merged
merged 6 commits into from
Jun 6, 2024
Merged

Update usages of torch.library APIs #8384

merged 6 commits into from
Jun 6, 2024

Commits on Apr 22, 2024

  1. Update usages of torch.library APIs

    We deprecated impl_abstract. This PR replaces it with the new API
    (register_fake). register_fake also (sometimes) requires a
    `set_python_module` in C++, so I add that as well.
    
    Test Plan:
    - existing tests
    zou3519 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    47fa031 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    ba7dd3e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    9c3a940 View commit details
    Browse the repository at this point in the history
  2. empty

    NicolasHug committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0602803 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    c49ee89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4520bd4 View commit details
    Browse the repository at this point in the history