- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25.7k
          remove unused arg from impl_func_cum_ops
          #86364
        
          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/86364
 Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Failures, 6 PendingAs of commit f01f2e4: This comment was automatically generated by Dr. CI and updates every 15 minutes. | 
| 
 
 | 
| @pytorchbot merge | 
| Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team | 
| Merge failedReason: 2 additional jobs have failed, first few of them are: trunk ,trunk / macos-12-py3-arm64 / test (default, 1, 2, macos-m1-12) Details for Dev Infra teamRaised by workflow job | 
| @pytorchbot merge -f "macOS test flaky, out of disk space" | 
| Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team | 
| Hey @suprajb. | 
| TORCH_IMPL_FUNC(cumsum_out) | ||
| (const Tensor& self, | ||
| int64_t dim, | ||
| c10::optional<ScalarType> dtype, | 
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.
Interesting that we don't need to remove the name. How come the linter is not complaining of an unused argument? @malfet
Summary: Fixes #86224 Pull Request resolved: #86364 Approved by: https://github.com/bdhirsh Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/55f5e0de8dbd15d3732017796bddfa10fc76d033 Reviewed By: seemethere Differential Revision: D40196975 Pulled By: seemethere fbshipit-source-id: 1b47b1dc2a8682b2ed62127e343540d59f2233d5
Fixes #86224