You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/05/18 08:16:44 UTC

[tvm] branch main updated (9c27ff5e58 -> b5e1fdd3dd)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 9c27ff5e58 [ci] Bump job timeout to 3 hours (#11350)
     add b5e1fdd3dd Improve error messages with TVM_LOG_DEBUG and add docs (#11344)

No new revisions were added by this update.

Summary of changes:
 docs/dev/how_to/debugging_tvm.rst | 72 +++++++++++++++++++++++++++++++++++++++
 docs/dev/how_to/how_to.rst        |  1 +
 src/runtime/logging.cc            | 26 +++++++++++---
 tests/cpp/runtime/logging_test.cc | 29 ++++++++++++++--
 4 files changed, 121 insertions(+), 7 deletions(-)
 create mode 100644 docs/dev/how_to/debugging_tvm.rst