You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/17 22:27:25 UTC

[GitHub] [tvm] areusch commented on a diff in pull request #11344: Improve error messages with TVM_LOG_DEBUG and add docs

areusch commented on code in PR #11344:
URL: https://github.com/apache/tvm/pull/11344#discussion_r875310533


##########
src/runtime/logging.cc:
##########
@@ -222,33 +222,45 @@ TvmLogDebugSettings TvmLogDebugSettings::ParseSpec(const char* opt_spec) {
     return settings;
   }
   std::istringstream spec_stream(spec);
+  auto tell_pos = [&](const std::string& last_read) {

Review Comment:
   fixed



-- 
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-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org