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

Commits on Sep 27, 2022

  1. [UnitTest][TIR] Support IRModule comparisons in CompareBeforeAfter

    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 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4768d8b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    6501fd4 View commit details
    Browse the repository at this point in the history