mbs-octoml commented on pull request #8775: URL: https://github.com/apache/tvm/pull/8775#issuecomment-902819577
> Meanwhile, the current Relay interpreter wraps each function to a single module and performs lowering. Not any more! I just rejigged the interpreter to work module-at-a-time. However the TIR-to-PackedFunc 'build' step is still one-function-at-a-time and done on demand but I think at some point we can similarly fold that into a module-at-a-time transform. -- 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]
