You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2019/11/15 01:52:09 UTC

[incubator-tvm] branch master updated (5b9f459 -> 7dca655)

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

zhic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 5b9f459  Enable hipModuleGetGlobal() (#4321)
     add 7dca655  [Relay][Pass] Add pass to remove unused functions in relay module (#4334)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/transform.py                      |  16 +++
 src/relay/backend/vm/compiler.cc                   |   3 +
 src/relay/backend/vm/removed_unused_funcs.cc       | 134 +++++++++++++++++++++
 .../relay/test_pass_remove_unused_functions.py     |  75 ++++++++++++
 4 files changed, 228 insertions(+)
 create mode 100644 src/relay/backend/vm/removed_unused_funcs.cc
 create mode 100644 tests/python/relay/test_pass_remove_unused_functions.py