tqchen opened a new pull request, #20356: URL: https://github.com/apache/tvm/pull/20356
Move `ExprDeepEqual` from TIRX analysis to `tvm::prim`, using the shared IR expression functor. TensorLoad sources are compared directly by identity, allowing shared expression sources without a dialect-specific cast. Update C++ consumers and expose the Python/FFI entry point as `tvm.ir.prim.expr_deep_equal` / `ir.prim.expr_deep_equal`. Existing variable identity, operand order, types, Call attributes, and nested expression comparisons are preserved. Normalize formatting in the existing CUDA synchronization-word helpers and their test. -- 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]
