junrushao1994 opened a new pull request, #11747: URL: https://github.com/apache/tvm/pull/11747
Previously only static shape computation is allowed in our tuning system. However, one special case is overlooked: the reduction iter vars could still have dynamic iteration domains which depend on other data parallel vars. This PR rules out this case by carefully checking all the loop extents during task extraction. Related issue: https://github.com/apache/tvm/issues/11746. -- 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]
