You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/27 22:31:03 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #12920: [UnitTest][TIR] Support IRModule comparisons in CompareBeforeAfter

Lunderberg opened a new pull request, #12920:
URL: https://github.com/apache/tvm/pull/12920

   A follow-up commit from https://github.com/apache/tvm/pull/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).


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] csullivan merged pull request #12920: [UnitTest][TIR] Support IRModule comparisons in CompareBeforeAfter

Posted by GitBox <gi...@apache.org>.
csullivan merged PR #12920:
URL: https://github.com/apache/tvm/pull/12920


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] Lunderberg commented on pull request #12920: [UnitTest][TIR] Support IRModule comparisons in CompareBeforeAfter

Posted by GitBox <gi...@apache.org>.
Lunderberg commented on PR #12920:
URL: https://github.com/apache/tvm/pull/12920#issuecomment-1260141562

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


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org