-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix sign-compare violations in cpp tests #75080
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 ff23489 (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. |
atalman
left a comment
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.
LGTM
Prerequisite change for enabling `-Werror=sign-compare` across PyTorch repo [ghstack-poisoned]
|
@pytorchbot merge this |
|
Merge failed due to Matched rule superuser, but it was not reviewed yet by any of:mruberry,PaliC,aaronenyeshi,angelayi,desertfire, ... |
|
@pytorchbot merge this |
|
Hey @malfet. |
Summary: Prerequisite change for enabling `-Werror=sign-compare` across PyTorch repo Pull Request resolved: #75080 Approved by: https://github.com/atalman Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/81d765ef1f7acdc83d81c4400071e38cae69f100 Reviewed By: b0noI Differential Revision: D35404307 Pulled By: malfet fbshipit-source-id: fd499c120ddf0d78cccc9e482cdd2a707960251b
Stack from ghstack:
-Wsign-compareto list of clang flags #75085c10d/Utils.hpp#75081Prerequisite change for enabling
-Werror=sign-compareacross PyTorch repo