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 77bdd5f [RUNTIME] Add cudnn conv3d (#4418)
add 279a8eb [RUNTIME][RPC] Update RPC runtime to allow remote module as
arg (#4462)
No new revisions were added by this update.
Summary of changes:
python/tvm/contrib/debugger/debug_runtime.py | 21 +++------
python/tvm/contrib/graph_runtime.py | 7 ++-
src/runtime/graph/debug/graph_runtime_debug.cc | 15 ------
src/runtime/graph/graph_runtime.cc | 15 ------
src/runtime/rpc/rpc_module.cc | 24 +++++++++-
src/runtime/rpc/rpc_session.cc | 64 +++++++++++++++++++-------
src/runtime/rpc/rpc_session.h | 12 +++++
7 files changed, 91 insertions(+), 67 deletions(-)