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 fmod size & build time #3456

Closed
wants to merge 4 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
    cef74f0 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
    689ffaf 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
    ccb58e3 View commit details
    Browse the repository at this point in the history
  4. Use compile-time promotion to reduce fmod size & build time (pytorch#…

    …3456)
    
    Summary:
    
    Almost done with Tensor ops that can benefit from compile-time promotion!
    
    Reviewed By: manuelcandales
    
    Differential Revision: D56835200
    swolchok authored and facebook-github-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    61485b5 View commit details
    Browse the repository at this point in the history