masahi commented on code in PR #12761:
URL: https://github.com/apache/tvm/pull/12761#discussion_r997835193
##########
python/tvm/tir/analysis/analysis.py:
##########
@@ -331,3 +331,32 @@ def OOBChecker():
The result pass
"""
return _ffi_api.OOBChecker() # type: ignore
+
+
+def communicative_deep_equal(lhs: PrimExpr, rhs: PrimExpr) -> bool:
Review Comment:
Is "communicative" a word? Do you mean "commutative"?
--
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]