giuseros opened a new pull request #7988: URL: https://github.com/apache/tvm/pull/7988
This PR aims at removing the function call to extract the parameters within the AOT main function by introducing a `tir::lookup_param` builtin. This has different benefits: - In AOT we now only use the `v_handle` field of the `TVMValue` struct - We save CPU cycles by not calling an intermediate function to extract local parameters - We reduce code size, since we don't need to pack a call to extract parameters and we don't need to produce the `lookup_param` function anymore within the compilation unit Change-Id: I36c2f0724a79606424a4374f4f5cd669bb2a8a55 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
