mbs-octoml commented on code in PR #11344:
URL: https://github.com/apache/tvm/pull/11344#discussion_r875248231
##########
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:
While you're in there could you remove the '/' prefix from kSrcPrefix (and
change the length). I keep getting caught by src/x/y/z.cc=1 not working.
--
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]