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 2020/04/15 18:11:38 UTC

[incubator-tvm] branch master updated (d81b006 -> f143881)

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 d81b006  [TOPI] Improve get_valid_count and nms performance for CUDA (#5339)
     add f143881  [PYTHON] Enhance with_attr API, cleanup MakeAPILegacy in testcases (#5335)

No new revisions were added by this update.

Summary of changes:
 python/tvm/ir/function.py                          | 31 ++++++++++++++++++
 python/tvm/relay/function.py                       | 19 -----------
 python/tvm/testing.py                              | 37 ----------------------
 python/tvm/tir/function.py                         | 19 -----------
 src/ir/function.cc                                 | 26 +++++++++++++++
 src/ir/module.cc                                   |  8 ++++-
 src/relay/ir/function.cc                           |  6 ----
 src/tir/ir/function.cc                             |  6 ----
 tests/python/unittest/test_runtime_extension.py    |  3 +-
 tests/python/unittest/test_runtime_module_load.py  |  7 ++--
 tests/python/unittest/test_target_codegen_llvm.py  | 12 ++++---
 .../unittest/test_target_codegen_static_init.py    | 23 +++++---------
 .../unittest/test_target_codegen_vm_basic.py       | 34 ++++++++------------
 tests/python/unittest/test_tir_nodes.py            |  2 +-
 .../unittest/test_tir_pass_storage_flatten.py      |  4 ++-
 .../test_tir_transform_lower_warp_memory.py        |  2 +-
 .../unittest/test_tir_transform_make_packed_api.py | 10 +++---
 .../unittest/test_tir_transform_thread_sync.py     |  9 ++++--
 18 files changed, 117 insertions(+), 141 deletions(-)