-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix sign-compare in caffe2 cpp tests #75084
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
Prerequisite change for enabling `-Werror=sign-compare` across PyTorch repo [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit bf3aa8b (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. |
Prerequisite change for enabling `-Werror=sign-compare` across PyTorch repo [ghstack-poisoned]
|
@pytorchbot merge this |
|
Hey @malfet. |
Summary: Prerequisite change for enabling `-Werror=sign-compare` across PyTorch repo Pull Request resolved: #75084 Approved by: https://github.com/ngimel Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/f6e7a2ab640d96667a414c9ddc925c1d146aa0ba Reviewed By: b0noI Differential Revision: D35404321 Pulled By: malfet fbshipit-source-id: 3b0ac3b7a76e2d2d4b9ed23a2d020049a83ca7e4
Stack from ghstack:
-Wsign-compareto list of clang flags #75085c10d/Utils.hpp#75081Prerequisite change for enabling
-Werror=sign-compareacross PyTorch repo