This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from ff2a76f [Autodiff] Optimize and eliminate the Jacobian tensor for
te.autodiff (#6078)
add 9b8eb81 Add tvm::support::hexdump() debug utility (#6154)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 45 ++++++++++-----
src/support/hexdump.cc | 64 ++++++++++++++++++++++
.../hexdump.h} | 31 +++++++----
tests/cpp/{topi_ewise_test.cc => support_test.cc} | 32 ++++++++---
4 files changed, 138 insertions(+), 34 deletions(-)
create mode 100644 src/support/hexdump.cc
copy src/{target/func_registry_generator.cc => support/hexdump.h} (61%)
copy tests/cpp/{topi_ewise_test.cc => support_test.cc} (51%)