This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 92ca782 [BYOC] Fix build with TensorRT 8 (#9047)
add 3fbce70 [Relay] VLOG for finer grained control of hyper-detailed
logging (#9012)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 2 +-
include/tvm/runtime/logging.h | 185 +++++++++++++++++++++++++++++++++-----
src/ir/transform.cc | 12 ++-
src/parser/parser.cc | 51 ++++++-----
src/parser/tokenizer.h | 4 +-
src/printer/relay_text_printer.cc | 19 +++-
src/printer/text_printer.cc | 2 +-
src/printer/text_printer.h | 1 +
src/relay/ir/dataflow_matcher.cc | 4 +
src/relay/ir/transform.cc | 7 +-
src/runtime/logging.cc | 95 +++++++++++++++++++-
tests/cpp/runtime/logging_test.cc | 70 +++++++++++++++
12 files changed, 393 insertions(+), 59 deletions(-)
create mode 100644 tests/cpp/runtime/logging_test.cc