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

   Motivation: when two IR objects fail a structural equality check, currently 
there is no easy way to find out which part of the IR caused the mismatch. In 
this PR, we modify the `StructuralEqual` infrastructure to also optionally 
return a pair of `ObjectPath` objects that point to the mismatch. (See 
https://github.com/apache/tvm/pull/11977). In the upcoming PRs, we will pass 
these paths to the TIR printer, so that it could highlight the mismatch 
location nicely.
   
   Tracking issue: https://github.com/apache/tvm/issues/11912
   
   cc @yelite @junrushao1994 


-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to