ekalda opened a new pull request, #14175: URL: https://github.com/apache/tvm/pull/14175
Three logger related changes in this patch: * Currently we don't set the output stream on the Python logger, so it defaults to sys.stderr, which means we only get some logger output when the command fails. So set the output stream to sys.stdout * Currently we can add -v flag to anywhere in the command line for `tvmc compile`, but only between `tvmc` and `run`/`tune` for `run` and `tune`. Unify the behaviour such that we can add the flag anywhere on the command line. * Set the effective upper bound of `-v`s to 3 as 4 could result in NOTSET which would not output anything. -- 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-unsubscr...@tvm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org