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

   ## Summary
   
   Python callers should reach the canonical tvm-ffi structural helpers 
directly instead of going through a TVM-side redirect layer. This makes the 
public tvm.ir bindings exact aliases of the tvm_ffi APIs and exposes 
get_first_structural_mismatch from tvm.ir.
   
   Main changes:
   
   - Import structural_equal, get_first_structural_mismatch, and 
structural_hash directly from tvm_ffi
   - Remove the pure wrappers from tvm.ir.base while keeping 
assert_structural_equal's TVM-specific formatting
   - Update mismatch tests and add identity coverage for the direct bindings


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to