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

get compile config back to EdgeProgramManager.transform #3500

Closed
wants to merge 1 commit into from

Commits on May 3, 2024

  1. get compile config back to EdgeProgramManager.transform (pytorch#3500)

    Summary:
    
    This diff introduces the compile configuration into the `EdgeProgramManager.transform` method, ensuring that the constructor and transform function of` EdgeProgramManager` maintain consistent verification configuration. The default verification configuration of `EdgeProgramManager.transform` will now match that of its constructor.
    
    This update brings two key improvements:
    1. Enhanced Verification for the transform Function: With this update, we can now customize all necessary configuration verifiers within the `transform` function.
    2. Improved Consistency within the `EdgeProgramManager` Class: Post-update, all verifiers within the same `EdgeProgramManager` will have identical functionality. This not only makes the logic more intuitive but also reduces redundancy in user settings.
    
    Reviewed By: JacobSzwejbka
    
    Differential Revision: D56804195
    Gasoonjia authored and facebook-github-bot committed May 3, 2024
    Configuration menu
    Copy the full SHA
    892b604 View commit details
    Browse the repository at this point in the history