You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/01/05 07:51:11 UTC

[GitHub] [tvm] fantasyRqg commented on pull request #7211: Build multi models into one system-lib

fantasyRqg commented on pull request #7211:
URL: https://github.com/apache/tvm/pull/7211#issuecomment-754468357


   ```log
   enabled targets: llvm -device=arm_cpu; llvm
   pytest marker:
   ================================================================== test session starts ==================================================================
   platform linux -- Python 3.8.0, pytest-6.1.1, py-1.9.0, pluggy-0.13.1 -- /usr/local/bin/python3
   cachedir: .pytest_cache
   rootdir: /root/tvm, configfile: pytest.ini
   collected 14 items
   
   tests/python/unittest/test_runtime_rpc.py::test_bigendian_rpc PASSED                                                                              [  7%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_simple PASSED                                                                                 [ 14%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_runtime_string PASSED                                                                         [ 21%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_array PASSED                                                                                  [ 28%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_large_array PASSED                                                                            [ 35%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_echo PASSED                                                                                   [ 42%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_file_exchange PASSED                                                                          [ 50%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_remote_module PASSED                                                                          [ 57%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_return_func PASSED                                                                            [ 64%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_session_constructor_args PASSED                                                               [ 71%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_return_ndarray PASSED                                                                         [ 78%]
   tests/python/unittest/test_runtime_rpc.py::test_local_func PASSED                                                                                 [ 85%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_tracker_register PASSED                                                                       [ 92%]
   tests/python/unittest/test_runtime_rpc.py::test_rpc_tracker_request PASSED                                                                        [100%]
   
   ================================================================== 14 passed in 7.20s ===================================================================
   ```
   
   `test_rpc_echo` passed on my ubuntu.  
   trigger ci again


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org