Skip to content

Conversation

@Lunderberg
Copy link
Contributor

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.

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`.
@Hzfengsy Hzfengsy merged commit dd70941 into apache:main Feb 19, 2024
@Lunderberg Lunderberg deleted the tvmscript_handle_object_generic_in_call_pure_packed branch February 20, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants