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

Improve precision and performance for BFloat16 upsampling #91169

Closed
wants to merge 6 commits into from

Commits on May 28, 2023

  1. use opmath_t instead of scalar_t to improve precision for BFloat16 up…

    …sample when scale_factor is large
    CaoE authored and pytorchmergebot committed May 28, 2023
    Configuration menu
    Copy the full SHA
    5b4a8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd75b7e View commit details
    Browse the repository at this point in the history
  3. reuse code to reduce redundancy

    CaoE authored and pytorchmergebot committed May 28, 2023
    Configuration menu
    Copy the full SHA
    ee097ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5edf43 View commit details
    Browse the repository at this point in the history
  5. reuse code

    CaoE authored and pytorchmergebot committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b8bad77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    238de76 View commit details
    Browse the repository at this point in the history