-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Add operator selection ability to gen_unboxing #74271
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
Conversation
Summary: Add operator selection ability to gen_unboxing: - Adds ability to pass in selected_operators.yaml to gen_aten_unboxing_files target - Creates a selective builder using the selected_operators.yaml in gen_unboxing.py and uses the selective builder to select native functions for codegen Test Plan: Used selected_operators.yaml used in oacr_service target and ensured the codegen only generated code for included ops Differential Revision: D34809772 fbshipit-source-id: 0225cc6170866633443172c754919a692d587068
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 017f0c8 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34809772 |
larryliu0820
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Summary: Pull Request resolved: #74271 Add operator selection ability to gen_unboxing: - Adds ability to pass in selected_operators.yaml to gen_aten_unboxing_files target - Creates a selective builder using the selected_operators.yaml in gen_unboxing.py and uses the selective builder to select native functions for codegen Test Plan: Used selected_operators.yaml used in oacr_service target and ensured the codegen only generated code for included ops Reviewed By: larryliu0820 Differential Revision: D34809772 fbshipit-source-id: c8d58e9693730b3d5b55f77ea057ee14a5ee1337
|
Hey @priyaramani. |
Summary:
Add operator selection ability to gen_unboxing:
Test Plan: Used selected_operators.yaml used in oacr_service target and ensured the codegen only generated code for included ops
Differential Revision: D34809772