[Relay][VM] Support execution on devices (#3678)
authorWei Chen <ipondering.weic@gmail.com>
Thu, 1 Aug 2019 21:47:11 +0000 (14:47 -0700)
committerHaichen Shen <shenhaichen@gmail.com>
Thu, 1 Aug 2019 21:47:11 +0000 (14:47 -0700)
commit5357f49b0ed02e33faa590aa104760ee370a00ec
tree071e32ad456e8e08f86c40f667fddb13dd1fb6b3
parenta279dd0e58913da45b0e19653b99bb9c21233e51
[Relay][VM] Support execution on devices (#3678)

* [Relay][VM] Support execution on devices

* Reduce Copy calls

* Cleanup

* Lint

* CR comments

* Merge test into test_vm.py
include/tvm/runtime/vm.h
python/tvm/relay/backend/vm.py
src/runtime/vm/vm.cc
tests/python/relay/test_vm.py