You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2021/02/25 19:28:02 UTC

[tvm] branch main updated (b111695 -> 43b15a8)

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

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


    from b111695  Introduce module_loader to AutoTVM. (#7337)
     add 43b15a8  Many fixes to get unit tests passing on Windows. (#7431)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  6 +++
 apps/cpp_rpc/CMakeLists.txt                        | 15 ++++--
 cmake/modules/LibInfo.cmake                        |  1 +
 cmake/utils/FindLLVM.cmake                         |  2 +-
 conda/build-environment.yaml                       |  1 +
 python/tvm/auto_scheduler/cost_model/xgb_model.py  |  4 +-
 python/tvm/contrib/cc.py                           |  9 ++--
 python/tvm/contrib/nvcc.py                         |  6 +++
 src/auto_scheduler/search_policy/sketch_policy.cc  |  2 +-
 src/support/libinfo.cc                             |  7 ++-
 src/target/source/codegen_c_host.cc                |  1 +
 src/target/source/codegen_cuda.cc                  | 56 ++++++++++++----------
 tests/python/conftest.py                           | 42 ++++++++++++++++
 .../tvmc/{test_common.py => test_tvmc_common.py}   |  0
 ...test_auto_scheduler_layout_rewrite_networks.py} |  0
 .../unittest/test_auto_scheduler_cost_model.py     | 13 ++---
 tests/python/unittest/test_crt.py                  |  4 +-
 tests/python/unittest/test_custom_datatypes.py     | 15 +++---
 tests/python/unittest/test_micro_artifact.py       |  3 ++
 19 files changed, 135 insertions(+), 52 deletions(-)
 create mode 100644 tests/python/conftest.py
 rename tests/python/driver/tvmc/{test_common.py => test_tvmc_common.py} (100%)
 rename tests/python/relay/{test_auto_scheduler_layout_rewrite.py => test_auto_scheduler_layout_rewrite_networks.py} (100%)