junrushao1994 commented on code in PR #12101: URL: https://github.com/apache/tvm/pull/12101#discussion_r931678426
########## src/node/structural_hash.cc: ########## @@ -395,12 +396,73 @@ struct ArrayNodeTrait { } static bool SEqualReduce(const ArrayNode* lhs, const ArrayNode* rhs, SEqualReducer equal) { + if (equal.IsPathTracingEnabled()) { Review Comment: probably off the topic, but ideally we should find a better place for defining those traits >,< -- 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