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 2020/06/19 14:36:09 UTC

[incubator-tvm] branch v0.6 updated: fix #5849 (#5851)

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

tqchen pushed a commit to branch v0.6
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git


The following commit(s) were added to refs/heads/v0.6 by this push:
     new eacc886  fix #5849 (#5851)
eacc886 is described below

commit eacc886bde685d79c4c39382d364f5f7e653656f
Author: Yizhi Liu <li...@apache.org>
AuthorDate: Fri Jun 19 07:34:29 2020 -0700

    fix #5849 (#5851)
---
 python/tvm/rpc/server.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/tvm/rpc/server.py b/python/tvm/rpc/server.py
index 3fff530..3700c82 100644
--- a/python/tvm/rpc/server.py
+++ b/python/tvm/rpc/server.py
@@ -39,6 +39,7 @@ import subprocess
 import time
 import sys
 import signal
+import platform
 
 from .._ffi.function import register_func
 from .._ffi.base import py_str