pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Hi guys!Could anybody help me with the warning"integer conversion resulted in a change of sign"?

Open mswwd opened this issue 8 months ago • 1 comments

🐛 Unexpected behaviors

While installing pytorch3d,I got a warning"integer conversion resulted in a change of sign",whereas "the warnings can be suppressed with "-diag-suppress " ".Does the warning make a difference in using pytorch3d?

here are the details:

The warnings can be suppressed with "-diag-suppress " E:\anacoda\envs\pytorch3d\Lib\site-packages\pytorch3d-0.7.5\pytorch3d\csrc\knn knn.cu(500) warring:integer conversion resulted in a change of sign if (p2_idx == -1) {

mswwd avatar Dec 27 '23 13:12 mswwd

This warning doesn't matter but I agree it should be fixed.

bottler avatar Dec 28 '23 21:12 bottler