-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Preserve codegen on fx graph in transformer #74189
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: Use the codegen on the original graph module for the new graph module produced by transformer. Test Plan: Added a unit test: test_custom_codegen_with_transformer Differential Revision: D34867938 fbshipit-source-id: e9b97b76b0291a3a944af2acd15ea53160b4a007
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit f053607 (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: D34867938 |
Chillee
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.
LGTM!
I wonder if there's anywhere we need to propagate this that I forgot about.
Summary: Pull Request resolved: #74189 Use the codegen on the original graph module for the new graph module produced by transformer. Test Plan: Added a unit test: test_custom_codegen_with_transformer Reviewed By: yinghai Differential Revision: D34867938 fbshipit-source-id: fcda6600faeccfa7a650ba7226ca125e8440b19c
|
Hey @842974287. |
Summary: Use the codegen on the original graph module for the new graph module produced by transformer.
Test Plan: Added a unit test: test_custom_codegen_with_transformer
Differential Revision: D34867938