FranckQC commented on code in PR #11574: URL: https://github.com/apache/tvm/pull/11574#discussion_r892879516
########## src/tir/transforms/common_subexpr_elim.cc: ########## @@ -120,6 +120,39 @@ bool CommonSubexpressionEliminator::CanContainEligibleComputations(const PrimExp return true; } +/*! + * \brief Implements an order on pairs (expression,frequency). First attempts to compare them + using the size of the expression. If the is the same, decides something else still Review Comment: Done with https://github.com/apache/tvm/pull/11574/commits/f6053637743703c89505464061953fdf1f0e0737 -- 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]
