valmat07 opened a new pull request, #14751: URL: https://github.com/apache/tvm/pull/14751
When using a scatter layer for cuda target, it gives the following error: `ValueError: Cannot use and / or / not operator to Expr, hint: use tvm.tir.all / tvm.tir.any instead` This is due to the call to the min function here: https://github.com/apache/tvm/blob/d32dea800baeda14d144d0524a5da435c9cb160b/python/tvm/topi/cuda/scatter.py#L228-L231 This PR fixes this bug -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
