This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 75c31cae75 [Relay] Bug fix when applying history using an iterator or
records. (#11306)
add f755c97492 [skip ci][ci][docker] Pin Pillow version (#11348)
add 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:
Jenkinsfile | 4 +-
docker/install/ubuntu_install_python_package.sh | 2 +-
docs/dev/how_to/debugging_tvm.rst | 72 +++++++++++++++++++++++++
docs/dev/how_to/how_to.rst | 1 +
jenkins/Jenkinsfile.j2 | 2 +-
src/runtime/logging.cc | 26 +++++++--
tests/cpp/runtime/logging_test.cc | 29 ++++++++--
7 files changed, 125 insertions(+), 11 deletions(-)
create mode 100644 docs/dev/how_to/debugging_tvm.rst