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 2020/03/27 04:20:51 UTC

[GitHub] [incubator-tvm] MarisaKirisame commented on issue #5154: [NODE][IR] Introduce StructuralEqual Infra for the unified IR.

MarisaKirisame commented on issue #5154: [NODE][IR] Introduce StructuralEqual Infra for the unified IR.
URL: https://github.com/apache/incubator-tvm/pull/5154#issuecomment-604806944
 
 
   One trick I had done for alphaequal is, there is an addition flag - must_equal_true, which is default to false. if the flag is on, and alphaequal return false, then it will report a small unequal pair of program fragment.
   This make writing unit test easier, as, when somethinig is wrong, we can pinpoint a small wrong fragment.
   Should we have the same thing for structural equal?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services