tqchen commented on a change in pull request #5161: [Refactor][ir] alpha_equal
to structural_equal
URL: https://github.com/apache/incubator-tvm/pull/5161#discussion_r399695988
##########
File path: include/tvm/ir/type_relation.h
##########
@@ -203,7 +203,6 @@ class TypeRelationNode : public TypeConstraintNode {
bool SEqualReduce(const TypeRelationNode* other, SEqualReducer equal) const {
return
- equal(func, other->func) &&
Review comment:
Let us keep the comparison, try to apply the env func related fix here:
https://github.com/apache/incubator-tvm/pull/5160/commits/6301f214bb0f4319e7ca4bb5a2e7b3deb0a6d441
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services