mbrookhart edited a comment on pull request #7123: URL: https://github.com/apache/tvm/pull/7123#issuecomment-756298093
I don't this this is valid if num_anchors is zero, it could lead to undefined behavior. Could you wrap that in an `with ib.if_scope(num_anchors > 0)`? and see if that fixes the problem? https://github.com/apache/tvm/blob/9815ae2d9e17eece1a1009eb6436c80f931c734e/python/tvm/topi/cuda/nms.py#L209-L214 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
