jikechao opened a new pull request, #18766: URL: https://github.com/apache/tvm/pull/18766
Fix https://github.com/apache/tvm/issues/18765. This PR fixes an infinite recursion bug in `topi.utils.get_const_tuple` when the function is called with a non-tuple input (e.g., `te.Tensor`, `tvm.tir.PrimExpr`). I added a type check at function entry to handle non-tuple/list inputs gracefully. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
