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

to_edge_transform_and_lower #3483

Closed
wants to merge 1 commit into from
Closed

to_edge_transform_and_lower #3483

wants to merge 1 commit into from

Commits on May 28, 2024

  1. to_edge_transform_and_lower (#3483)

    Summary:
    
    This diff introduces the to_edge_transform_and_lower API. The changes introduces are:
    - Adding support to the Parititioner class to register ops that it doesn't want to be composed
    - Changes to _program.py to add the implementation of to_edge_transform_and_lower()
    - Added a basic test case to test that Linear, SDPA & Linear + SDPA are not decomposed when asked and the corresponding backend consumes them.
    
    Reviewed By: kimishpatel, mcr229
    
    Differential Revision: D56401086
    tarun292 authored and facebook-github-bot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e83342c View commit details
    Browse the repository at this point in the history