Lunderberg opened a new pull request, #16593: URL: https://github.com/apache/tvm/pull/16593
Prior to this commit, `R.call_packed` and `R.call_pure_packed` had different normalization for the `sinfo_args` argument. While `R.call_packed` checked if the struct info needed to be converted using `ObjectGeneric.asobject()`, `R.call_pure_packed` did not. This commit updates the `R.call_pure_packed` to handle `sinfo_args` in the same manner as `R.call_packed`. -- 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]
