You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull Request resolved: #10303
Currently, we generate every combination of inputs for each module with the export_delegate_program script:
- extract_segments=True, False
- delegate_alignment=None,1024
Planning to add another flag, 'external_constants', which will move constants into a separate file to test program-data separation for delegated programs.
This test only requires pte, ptd, with default settings. So refactoring the export script to only generate based on the args, and update genrule to generate what the test requires.
ghstack-source-id: 279308036
Differential Revision: [D73278562](https://our.internmc.facebook.com/intern/diff/D73278562/)
0 commit comments