mbs-octoml commented on a change in pull request #9012:
URL: https://github.com/apache/tvm/pull/9012#discussion_r709537682
##########
File path: include/tvm/runtime/logging.h
##########
@@ -129,8 +132,9 @@
* a = ...
* b = ...
* // if quit_on_assertion is true, if a==b, continue, otherwise quit.
- * // if quit_on_assertion is false, if a==b, continue, otherwise 'return
false' (default
- * behaviour) COND_CHECK_EQ(quit_on_assertion, a, b) << "some error message
when quiting"
+ * // if quit_on_assertion is false, if a==b, continue, otherwise 'return
false'
+ * // (default behaviour)
+ * COND_CHECK_EQ(quit_on_assertion, a, b) << "some error message when
quiting"
Review comment:
ok, but that will have to be for another cl unless ci fails :-|
--
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]