[Bug] Inconsistency Module Structure in Relax Transform and Build Failure with InlinePrivateFunctions() #17479
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
When applying the relax.transform.InlinePrivateFunctions() optimization to a Relax module using both Sequential and direct application methods, the resulting module structures are inconsistent. Additionally, when using relax.build() after applying the transformation directly, a build failure occurs with the following internal error:
Expected behavior
The module structures generated by applying relax.transform.InlinePrivateFunctions() using Sequential or direct application should be consistent, and the module should compile successfully without any internal errors when using relax.build().
Actual behavior
Steps to reproduce
Could you please help confirm if this is a bug in TVM or an issue with my usage?
The text was updated successfully, but these errors were encountered: