-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Clang-tidy header][21/N] Fix clang-tidy warnings in aten/src/ATEN/*.{cpp,h} #120763
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/120763
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 064e949 with merge base ab38354 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
6f99325
to
302eb7b
Compare
512ba94
to
e70f904
Compare
e70f904
to
064e949
Compare
@pytorchbot label ciflow/trunk |
@pytorchmergebot merge |
This PR needs to be approved by an authorized maintainer before merge. |
@Skylion007 Pin you to review the new updates... |
@pytorchmergebot 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 |
…{cpp,h} (#121102) This PR continues to fix clang-tidy warnings in aten/src/ATEN/*, following #120763. Pull Request resolved: #121102 Approved by: https://github.com/Skylion007
…/*.{cpp,h} (#121380) This PR finishes the works beginning with ##120763 by enabling clang-tidy on aten/src/ATen. Pull Request resolved: #121380 Approved by: https://github.com/Skylion007
This PR continues to fix clang-tidy warnings in aten/src/ATEN/*, following #120574.