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/12/24 23:14:14 UTC

[incubator-tvm] branch master updated (c90160b -> ff65698)

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 c90160b  [DOC] fix doc in api.py (#4580)
     add ff65698  [DEPRECATION] Cleanup legacy verilog support (#4576)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                    |   5 -
 docker/install/ubuntu_install_iverilog.sh         |  30 --
 include/tvm/channel.h                             |  73 -----
 include/tvm/ir_pass.h                             |  15 -
 python/tvm/contrib/verilog.py                     | 316 ---------------------
 src/api/api_pass.cc                               |   2 -
 src/lang/channel.cc                               |  41 ---
 src/pass/narrow_channel_access.cc                 | 244 ----------------
 src/pass/split_host_device.cc                     |   8 -
 src/pass/split_pipeline.cc                        | 322 ----------------------
 src/runtime/module.cc                             |   2 -
 tests/python/unittest/test_pass_split_pipeline.py |  81 ------
 tests/scripts/packages.mk                         |  27 --
 tests/scripts/task_verilog_test.sh                |  25 --
 tests/travis/run_test.sh                          |  60 ----
 tests/travis/setup.sh                             |  31 ---
 tests/travis/travis_after_failure.sh              |  17 --
 17 files changed, 1299 deletions(-)
 delete mode 100755 docker/install/ubuntu_install_iverilog.sh
 delete mode 100644 include/tvm/channel.h
 delete mode 100644 python/tvm/contrib/verilog.py
 delete mode 100644 src/lang/channel.cc
 delete mode 100644 src/pass/narrow_channel_access.cc
 delete mode 100644 src/pass/split_pipeline.cc
 delete mode 100644 tests/python/unittest/test_pass_split_pipeline.py
 delete mode 100644 tests/scripts/packages.mk
 delete mode 100755 tests/scripts/task_verilog_test.sh
 delete mode 100644 tests/travis/run_test.sh
 delete mode 100644 tests/travis/setup.sh
 delete mode 100644 tests/travis/travis_after_failure.sh