-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[fx][1/2] add PassManager and refactor AFG/AGM #74972
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
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 24be332 (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: D31484770 |
48a9339 to
cb1f5b0
Compare
|
This pull request was exported from Phabricator. Differential Revision: D31484770 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D31484770 |
cb1f5b0 to
92ab32d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D31484770 |
92ab32d to
e17492a
Compare
e17492a to
7167e2c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D31484770 |
Summary: Pull Request resolved: pytorch#74972 This diff * adds PassManager and supporting logic Test Plan: CI and ``` buck test //caffe2/torch/fx/passes:test_pass_manager ``` ``` Building: finished in 3.1 sec (100%) 124/124 jobs, 30/124 updated Total time: 3.7 sec More details at https://www.internalfb.com/intern/buck/build/4f947267-671c-48bc-ad07-190e5a731d2d BUILD SUCCEEDED Tpx test run coordinator for Facebook. See https://fburl.com/tpx for details. Running with tpx session id: 1423fed7-4674-44ce-9b84-c634f28a0406 Trace available for this run at /tmp/tpx-20220309-144735.217835-1423fed7-4674-44ce-9b84-c634f28a0406/trace.log RemoteExecution session id: reSessionID-1423fed7-4674-44ce-9b84-c634f28a0406-tpx Started reporting to test run: https://www.internalfb.com/intern/testinfra/testrun/6473924544097816 ✓ ListingSuccess: caffe2/torch/fx/passes:test_pass_manager : 3 tests discovered (0.639) ✓ Pass: caffe2/torch/fx/passes:test_pass_manager - test_these_before_those_pass_constraint (caffe2.torch.fx.passes.tests.test_pass_manager.TestPassManager) (0.335) ✓ Pass: caffe2/torch/fx/passes:test_pass_manager - test_this_before_that_pass_constraint (caffe2.torch.fx.passes.tests.test_pass_manager.TestPassManager) (0.336) ✓ Pass: caffe2/torch/fx/passes:test_pass_manager - test_pass_manager_builder (caffe2.torch.fx.passes.tests.test_pass_manager.TestPassManager) (0.344) Summary Pass: 3 ListingSuccess: 1 If you need help understanding your runs, please follow the wiki: https://fburl.com/posting_in_tpx_users Finished test run: https://www.internalfb.com/intern/testinfra/testrun/6473924544097816 ``` Reviewed By: yuhc, wushirong Differential Revision: D31484770 fbshipit-source-id: bf294f890c49d0b36214d4c0b16ea88912feb459
|
This pull request was exported from Phabricator. Differential Revision: D31484770 |
7167e2c to
24be332
Compare
Summary: Pull Request resolved: #74972 This diff * adds PassManager and supporting logic Test Plan: CI and ``` buck test //caffe2/torch/fx/passes:test_pass_manager ``` ``` Building: finished in 3.1 sec (100%) 124/124 jobs, 30/124 updated Total time: 3.7 sec More details at https://www.internalfb.com/intern/buck/build/4f947267-671c-48bc-ad07-190e5a731d2d BUILD SUCCEEDED Tpx test run coordinator for Facebook. See https://fburl.com/tpx for details. Running with tpx session id: 1423fed7-4674-44ce-9b84-c634f28a0406 Trace available for this run at /tmp/tpx-20220309-144735.217835-1423fed7-4674-44ce-9b84-c634f28a0406/trace.log RemoteExecution session id: reSessionID-1423fed7-4674-44ce-9b84-c634f28a0406-tpx Started reporting to test run: https://www.internalfb.com/intern/testinfra/testrun/6473924544097816 ✓ ListingSuccess: caffe2/torch/fx/passes:test_pass_manager : 3 tests discovered (0.639) ✓ Pass: caffe2/torch/fx/passes:test_pass_manager - test_these_before_those_pass_constraint (caffe2.torch.fx.passes.tests.test_pass_manager.TestPassManager) (0.335) ✓ Pass: caffe2/torch/fx/passes:test_pass_manager - test_this_before_that_pass_constraint (caffe2.torch.fx.passes.tests.test_pass_manager.TestPassManager) (0.336) ✓ Pass: caffe2/torch/fx/passes:test_pass_manager - test_pass_manager_builder (caffe2.torch.fx.passes.tests.test_pass_manager.TestPassManager) (0.344) Summary Pass: 3 ListingSuccess: 1 If you need help understanding your runs, please follow the wiki: https://fburl.com/posting_in_tpx_users Finished test run: https://www.internalfb.com/intern/testinfra/testrun/6473924544097816 ``` Reviewed By: yuhc, wushirong Differential Revision: D31484770 fbshipit-source-id: 7a8cde4c23727ff612bf7bf0d7b7db5d0c47b1a9
|
Hey @alexbeloi. |
Summary:
This diff
Test Plan:
CI and
Reviewed By: yuhc, wushirong
Differential Revision: D31484770