This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch debug-symbol
in repository https://gitbox.apache.org/repos/asf/tvm.git
from 3e43fb2a06 Tracback handling
new 40b6023a3a update
new d13cc1667a update
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
ffi/CMakeLists.txt | 10 ++++++++--
ffi/cmake/Utils/Library.cmake | 8 ++++++++
ffi/include/tvm/ffi/c_api.h | 4 +++-
ffi/include/tvm/ffi/error.h | 14 +++++++-------
ffi/python/tvm_ffi/cython/base.pxi | 3 ++-
ffi/python/tvm_ffi/cython/error.pxi | 2 +-
ffi/src/ffi/error.cc | 4 ++--
ffi/src/ffi/extra/testing.cc | 17 +++++++++--------
ffi/src/ffi/traceback.cc | 13 +++++++------
ffi/src/ffi/traceback.h | 34 +++++++++++++++++++++-------------
ffi/src/ffi/traceback_win.cc | 6 ++++--
include/tvm/runtime/logging.h | 2 +-
src/tir/schedule/error.h | 2 +-
13 files changed, 74 insertions(+), 45 deletions(-)