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

Move calculations away from GPU in Bandwidth profilers #4445

Closed
wants to merge 1 commit into from

Commits on Aug 1, 2024

  1. Move calculations away from GPU in Bandwidth profilers (pytorch#4445)

    Summary:
    Pull Request resolved: pytorch#4445
    
    This is simply to have a more accurate result when doing bandwidth profiling by removing calculations that can be done outside the shader, leaving only the read operations behind.
    
    Reviewed By: copyrightly
    
    Differential Revision: D60396870
    Esteban Padilla Cerdio authored and facebook-github-bot committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8ea94bb View commit details
    Browse the repository at this point in the history