-
Couldn't load subscription status.
- Fork 25.7k
Fix -Werror=type-limits in UnarySignKernels.cu #78573
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
Signed-off-by: Eli Uriegas <eliuriegas@fb.com> [ghstack-poisoned]
🔗 Helpful links
❌ 1 New Failures, 7 Base FailuresAs of commit e488f30 (more details on the Dr. CI page): Expand to see more
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
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, but for uniformity sake, shouldn't we do it for UnarySignKernels.cpp as well
I can't seem to find a file |
|
@seemethere sorry, I've meant here (in pytorch/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp Lines 302 to 305 in 96c1348
|
|
@pytorchbot merge -f |
I see, we could potentially do this in a follow up, want to do the minimum so that we can get diff train unblocked for today. |
|
Hey @seemethere. |
Summary: #78573 required a forward fix in the landing train. We want this PR to have the right OSS CI build failure. Test Plan: DO NOT SUBMIT Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
|
Good news everybody, this forward fix would no longer be necessary in the future because it would have been caught by OSS CI. Example: #79536 |
Stack from ghstack:
Fixes an internal build regression introduced in #78216
Signed-off-by: Eli Uriegas eliuriegas@fb.com