-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Delete SymIntArrayRef wrapper struct #84837
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
Since we separated at::foo and at::foo_symint there is no benefit to trying to make initializer lists work in both cases. So we can get rid of the special different struct. Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/84837
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit fd5a882: The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Since we separated at::foo and at::foo_symint there is no benefit to trying to make initializer lists work in both cases. So we can get rid of the special different struct. Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
Since we separated at::foo and at::foo_symint there is no benefit to trying to make initializer lists work in both cases. So we can get rid of the special different struct. Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Since we separated at::foo and at::foo_symint there is no benefit to trying to make initializer lists work in both cases. So we can get rid of the special different struct. Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here. |
Merge failedReason: Command
Details for Dev Infra teamRaised by workflow job |
Since we separated at::foo and at::foo_symint there is no benefit to trying to make initializer lists work in both cases. So we can get rid of the special different struct. Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
@pytorchbot merge -f "fake merge conflict from xla pin" |
@pytorchbot successfully started a merge job. Check the current status here. |
Hey @ezyang. |
* Companion PR for pytorch/pytorch#84837 Signed-off-by: Edward Z. Yang <ezyang@fb.com> * pin Signed-off-by: Edward Z. Yang <ezyang@fb.com> * lint Signed-off-by: Edward Z. Yang <ezyang@fb.com> * Delete .torch_pin Signed-off-by: Edward Z. Yang <ezyang@fb.com>
@pytorchmergebot revert -c ignoredsignal -m "The test test_post_localSGD_optimizer_step_reload in the X linux-bionic-cuda11.6-py3.10-gcc7 workflow has started consistently failing since this PR was submitted" |
@pytorchbot successfully started a revert job. Check the current status here. |
@ezyang your PR has been successfully reverted. |
This reverts commit 9c78f59. Reverted #84837 on behalf of https://github.com/ZainRizvi due to The test test_post_localSGD_optimizer_step_reload in the X linux-bionic-cuda11.6-py3.10-gcc7 workflow has started consistently failing since this PR was submitted
@ezyang a heads up that I had to revert this PR |
My bad,. turns out this test was flaky even before the PR was submitted. Digging deeper |
@pytorchmergebot merge -f "This shouldn't have been reverted" |
Can't merge closed PR #84837 |
@pytorchmergebot merge -f "This shouldn't have been reverted" |
@pytorchbot successfully started a merge job. Check the current status here. |
Hey @ezyang. |
Since we separated at::foo and at::foo_symint there is no benefit to trying to make initializer lists work in both cases. So we can get rid of the special different struct. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: #84837 Approved by: https://github.com/kit1980
Stack from ghstack (oldest at bottom):
Since we separated at::foo and at::foo_symint there is no benefit
to trying to make initializer lists work in both cases. So we can
get rid of the special different struct.
Signed-off-by: Edward Z. Yang ezyang@fb.com