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

Use compile-time promotion to reduce remainder size & build time #3458

Closed
wants to merge 3 commits into from

Commits on May 8, 2024

  1. Use compile-time promotion to reduce max/min size & build time (pytor…

    …ch#3459)
    
    Summary:
    
    Yet another smaller pair of ops.
    
    Reviewed By: manuelcandales
    
    Differential Revision: D56807402
    swolchok authored and facebook-github-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5077dc9 View commit details
    Browse the repository at this point in the history
  2. Use compile-time promotion to reduce floor_divide size & build time (p…

    …ytorch#3455)
    
    Summary:
    
    Continuing rollout of this technique.
    
    Reviewed By: manuelcandales
    
    Differential Revision: D56827786
    swolchok authored and facebook-github-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1d19466 View commit details
    Browse the repository at this point in the history
  3. Use compile-time promotion to reduce remainder size & build time (pyt…

    …orch#3458)
    
    Summary:
    
    Yet another op that can benefit from compile-time type promotion.
    
    Reviewed By: manuelcandales
    
    Differential Revision: D56831293
    swolchok authored and facebook-github-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    34a51bc View commit details
    Browse the repository at this point in the history