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

2021-02-02 Thread GitBox


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







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:
us...@infra.apache.org




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

2021-02-02 Thread GitBox


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


   Seems batch size is not handled by `relay.build` either.
   My implementation just follow `relay.build`



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:
us...@infra.apache.org




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

2021-02-02 Thread GitBox


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


   
https://github.com/apache/tvm/blob/3635945e48d9d1a7d8e76df418f057a4a3b88dc4/src/relay/backend/compile_engine.cc#L803-L836
   
   `GetUniqueName` make sure function names will not collide
   
   `name_map_` will not be cleand even after `CompileEngine::Global()->Clear();`
   
   @ziyu-guo 



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:
us...@infra.apache.org




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

2021-01-04 Thread GitBox


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:
us...@infra.apache.org