You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/11/09 16:44:45 UTC

[tvm] branch main updated (6549f47 -> 675f348)

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 6549f47  [AOT][Tests] Use pre-built libraries in Reference System tests (#9271)
     add 675f348  Better host handling in CompilationConfig & debug printing (#9460)

No new revisions were added by this update.

Summary of changes:
 include/tvm/target/target.h                 |   9 ++
 src/parser/parser.cc                        |   3 +-
 src/printer/relay_text_printer.cc           | 173 +++++++++++++++++++---------
 src/printer/text_printer.cc                 |   1 +
 src/printer/text_printer.h                  |  38 +++++-
 src/printer/tir_text_printer.cc             |   3 +
 src/relay/backend/interpreter.cc            |  78 ++++++++-----
 src/target/compilation_config.cc            |  76 +++++++-----
 src/target/se_scope.cc                      |  10 +-
 src/target/target.cc                        |  43 +++++++
 tests/cpp/target/compilation_config_test.cc |  38 ++++--
 tests/python/relay/test_ir_text_printer.py  |   2 +-
 12 files changed, 340 insertions(+), 134 deletions(-)