Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UnitTest][TIR] Support IRModule comparisons in CompareBeforeAfter #12920

Merged
merged 2 commits into from
Oct 7, 2022

Conversation

Lunderberg
Copy link
Contributor

A follow-up commit from #12264. This allows the before/expected fixtures generated by tvm.testing.CompareBeforeAfter to be IRModule instances as well as PrimFunc. This is intended to allow testing that requires comparing more than one function (e.g. hoisting/fusing a PrimFunc).

A follow-up commit from apache#12264.
This allows the before/expected fixtures generated by
`tvm.testing.CompareBeforeAfter` to be `IRModule` instances as well as
`PrimFunc`.  This is intended to allow testing that requires comparing
more than one function (e.g. hoisting/fusing a PrimFunc).
@Lunderberg
Copy link
Contributor Author

@cconvey @JosephTheOctonaut This is the testing utility intended for TIR functionalization tests.

@csullivan csullivan merged commit d9e0147 into apache:main Oct 7, 2022
@Lunderberg Lunderberg deleted the compare_before_after_irmodule branch October 7, 2022 18:00
xinetzone pushed a commit to daobook/tvm that referenced this pull request Nov 25, 2022
…pache#12920)

A follow-up commit from apache#12264.
This allows the before/expected fixtures generated by
`tvm.testing.CompareBeforeAfter` to be `IRModule` instances as well as
`PrimFunc`.  This is intended to allow testing that requires comparing
more than one function (e.g. hoisting/fusing a PrimFunc).

* Prevent circular fixture references
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