mbrookhart commented on pull request #7123: URL: https://github.com/apache/tvm/pull/7123#issuecomment-756340257
Thanks, I'll try to reproduce. You're building with thrust and TRT, right? you can't compile a cuda kernel with zero threads, so we always make sure it's at least 1: https://github.com/apache/tvm/blob/9815ae2d9e17eece1a1009eb6436c80f931c734e/python/tvm/tir/ir_builder.py#L205-L206 ---------------------------------------------------------------- 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]
