[Static Runtime] Performance optimization for fork operation#79482
[Static Runtime] Performance optimization for fork operation#79482akshayParashar1995 wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful links
❌ 1 New FailuresAs of commit 3f568a0 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
|
This pull request was exported from Phabricator. Differential Revision: D37126923 |
f2d3023 to
72d99bb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D37126923 |
…#79482) Summary: Pull Request resolved: pytorch#79482 - StaticModule was being created at runtime which was adding overhead to the forked operation - Move staticModule creation to outside of runtime so that StaticRuntime instance can be created on top of same staticModule that is created once Reviewed By: tenpercent Differential Revision: D37126923 fbshipit-source-id: 95473f4d70e50216c823ee02c85c05211811a919
72d99bb to
3f568a0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D37126923 |
|
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
|
@pytorchbot successfully started a merge job. Check the current status here |
|
Hey @akshayParashar1995. |
Summary: Pull Request resolved: #79482 - StaticModule was being created at runtime which was adding overhead to the forked operation - Move staticModule creation to outside of runtime so that StaticRuntime instance can be created on top of same staticModule that is created once Reviewed By: tenpercent Differential Revision: D37126923 fbshipit-source-id: 8d6f1e8557ad86a557d2295ff5bf8ad847724033
…#79482) Summary: - StaticModule was being created at runtime which was adding overhead to the forked operation - Move staticModule creation to outside of runtime so that StaticRuntime instance can be created on top of same staticModule that is created once Differential Revision: D37126923 Pull Request resolved: pytorch#79482 Approved by: https://github.com/tenpercent
Summary:
Differential Revision: D37126923