junrushao1994 commented on code in PR #11157:
URL: https://github.com/apache/tvm/pull/11157#discussion_r862216341
##########
src/meta_schedule/utils.h:
##########
@@ -355,6 +403,8 @@ struct ThreadedTraceApply {
int n_;
/*! \brief The pointer to the list of postprocessor items. */
Item* items_;
+ /*! \brief The logging function to use. */
+ PackedFunc logging_func;
Review Comment:
We don't need this field in this class :-)
--
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]