trevor-m commented on pull request #7123: URL: https://github.com/apache/tvm/pull/7123#issuecomment-756338926
Thanks @mbrookhart , I tried that but it didn't fix the error. Here is a script to reproduce the error: https://gist.github.com/trevor-m/f44d3d0e7edcaee12722e518e5959b82 I also noticed this line in the kernel where cuda-gdb found a crash: https://github.com/apache/tvm/blob/main/python/tvm/topi/cuda/nms.py#L545 Shouldn't `nthread_bx` be 0 if `num_anchors` is 0? Does this mean num_anchors is wrong? ---------------------------------------------------------------- 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]
