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 2019/11/26 00:18:19 UTC

[incubator-tvm] branch master updated (a44ac18 -> aab65ad)

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 a44ac18  add rocm codegen unittest for cross thread reduction (#4423)
     add aab65ad  removing nnvm dep from VTA sources (#4419)

No new revisions were added by this update.

Summary of changes:
 vta/python/vta/__init__.py           |  10 +-
 vta/python/vta/graph.py              | 333 -----------------------------------
 vta/python/vta/top/__init__.py       |   5 -
 vta/python/vta/top/nnvm_bitpack.py   |  86 ---------
 vta/python/vta/top/nnvm_graphpack.py | 223 -----------------------
 vta/python/vta/top/nnvm_op.py        | 130 --------------
 vta/python/vta/top/op.py             |   2 +-
 vta/scripts/tune_resnet_nnvm.py      | 256 ---------------------------
 8 files changed, 5 insertions(+), 1040 deletions(-)
 delete mode 100644 vta/python/vta/graph.py
 delete mode 100644 vta/python/vta/top/nnvm_bitpack.py
 delete mode 100644 vta/python/vta/top/nnvm_graphpack.py
 delete mode 100644 vta/python/vta/top/nnvm_op.py
 delete mode 100644 vta/scripts/tune_resnet_nnvm.py