-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[HigherOrderOp] change signature of map_impl #117161
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🧪 See artifacts and rendered test results at hud.pytorch.org/pr/117161
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit db4dd26 with merge base 21d3708 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
This PR needs a
|
9169cca to
04eb59c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode cond, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
04eb59c to
8195f86
Compare
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode cond, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
8195f86 to
d37dcc9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode cond, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode cond, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
d37dcc9 to
947bb6d
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
947bb6d to
405bd7c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode map, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode map, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
405bd7c to
b325f92
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
Summary: X-link: pytorch/executorch#1580 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode map, where we want to get rid of the num_mapped scalar. Test Plan: Existing tests. Reviewed By: angelayi Differential Revision: D52495413
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode map, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
b325f92 to
5ad9bf7
Compare
Summary: X-link: pytorch/pytorch#117161 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode map, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413
5ad9bf7 to
db4dd26
Compare
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D52495413 |
Summary: X-link: pytorch/pytorch#117161 Pull Request resolved: #1580 This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode map, where we want to get rid of the num_mapped scalar. Reviewed By: angelayi Differential Revision: D52495413 fbshipit-source-id: 3f99074d3ab4a8badae3cc72e7422482837e255a
|
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
…ve on specific old versions of gcc
…ve on specific old versions of gcc
…mv8-a+sve on specific old versions of gcc
Summary:
X-link: pytorch/executorch#1580
This PR changes the schema of map_impl from map_impl(f, num_mapped, *operands) to map_impl(f, mapped_args: Tuple, moperands: Tuple). This is to prepare for turning on dynamo for eager mode map, where we want to get rid of the num_mapped scalar.
Test Plan: Existing tests.
Differential Revision: D52495413
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @aakhundov @kadeng