Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/96723
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 481c9f0: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
34002d2 to
34b70c8
Compare
albanD
left a comment
There was a problem hiding this comment.
Current change look pretty good! :)
torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp
Show resolved
Hide resolved
albanD
left a comment
There was a problem hiding this comment.
Thanks for taking care of that!
Number of OSS PR were reverted, because new signed-unsigned comparison types Not sure how those selective build rules are applied, but this PR removes `-Wno-sign-compare` from PyTorch codebase
168861e to
ae0cd4c
Compare
|
@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: 1 jobs have failed, first few of them are: trunk / win-vs2019-cuda11.7-py3 / build Details for Dev Infra teamRaised by workflow job |
|
@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 |
|
cc @jjsjann123 |
Number of OSS PR were reverted, because new signed-unsigned comparison warnings, which are treated as errors in some internal builds. Not sure how those selective rules are applied, but this PR removes `-Wno-sign-compare` from PyTorch codebase. The only tricky part in this PR, as making sure that non-ASCII character detection works for both signed and unsigned chars here: https://github.com/pytorch/pytorch/blob/6e3d51b08ac108b27d892ab1be85eeb593ec1f0c/torch/csrc/jit/serialization/python_print.cpp#L926 Exclude several files from sign-compare if flash attention is used, due to the violation in cutlass, to be fixed by NVIDIA/cutlass#869 Do not try to fix sign compare violations in caffe2 codebase Pull Request resolved: pytorch/pytorch#96723 Approved by: https://github.com/albanD
Number of OSS PR were reverted, because new signed-unsigned comparison warnings, which are treated as errors in some internal builds. Not sure how those selective rules are applied, but this PR removes `-Wno-sign-compare` from PyTorch codebase. The only tricky part in this PR, as making sure that non-ASCII character detection works for both signed and unsigned chars here: https://github.com/pytorch/pytorch/blob/6e3d51b08ac108b27d892ab1be85eeb593ec1f0c/torch/csrc/jit/serialization/python_print.cpp#L926 Exclude several files from sign-compare if flash attention is used, due to the violation in cutlass, to be fixed by NVIDIA/cutlass#869 Do not try to fix sign compare violations in caffe2 codebase Pull Request resolved: pytorch/pytorch#96723 Approved by: https://github.com/albanD
Number of OSS PR were reverted, because new signed-unsigned comparison warnings, which are treated as errors in some internal builds.
Not sure how those selective rules are applied, but this PR removes
-Wno-sign-comparefrom PyTorch codebase.The only tricky part in this PR, as making sure that non-ASCII character detection works for both signed and unsigned chars here:
pytorch/torch/csrc/jit/serialization/python_print.cpp
Line 926 in 6e3d51b
Exclude several files from sign-compare if flash attention is used, due to the violation in cutlass, to be fixed by NVIDIA/cutlass#869
Do not try to fix sign compare violations in caffe2 codebase
cc @gujinghui @PenghuiCheng @XiaobingSuper @jianyuh @jgong5 @mingfeima @sanchitintel @ashokei @jingxu10 @min-jean-cho @yanbing-j @Guobing-Chen @Xia-Weiwen @EikanWang