vinx13 opened a new pull request, #11596: URL: https://github.com/apache/tvm/pull/11596
Schedule primitives may cause module or prim func to be modified during `sch->Replace`. It is unsafe to iterate the functions in the module and call schedule primitives at the same time. This PR refactored `RewriteTensorize` to decompose it into two parts: find the blocks to rewrite first, and then do the actual rewrite. cc @masahi @junrushao1994 -- 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]
