-
- Downloads
[REFACTOR] collections->container, RPC returns func, time_evaluator r… (#244)
* [REFACTOR] collections->container, RPC returns func, time_evaluator returns struct * fix executor
Showing
- apps/graph_executor/python/tvm_graph/build.py 1 addition, 1 deletionapps/graph_executor/python/tvm_graph/build.py
- docs/api/python/collection.rst 0 additions, 4 deletionsdocs/api/python/collection.rst
- docs/api/python/container.rst 4 additions, 0 deletionsdocs/api/python/container.rst
- python/tvm/__init__.py 1 addition, 1 deletionpython/tvm/__init__.py
- python/tvm/api.py 3 additions, 3 deletionspython/tvm/api.py
- python/tvm/build.py 8 additions, 8 deletionspython/tvm/build.py
- python/tvm/container.py 1 addition, 1 deletionpython/tvm/container.py
- python/tvm/ir_builder.py 2 additions, 2 deletionspython/tvm/ir_builder.py
- python/tvm/module.py 11 additions, 1 deletionpython/tvm/module.py
- python/tvm/schedule.py 2 additions, 2 deletionspython/tvm/schedule.py
- src/runtime/rpc/rpc_module.cc 35 additions, 3 deletionssrc/runtime/rpc/rpc_module.cc
- src/runtime/rpc/rpc_session.cc 53 additions, 13 deletionssrc/runtime/rpc/rpc_session.cc
- src/runtime/rpc/rpc_session.h 8 additions, 3 deletionssrc/runtime/rpc/rpc_session.h
- tests/python/integration/test_ewise.py 2 additions, 2 deletionstests/python/integration/test_ewise.py
- tests/python/integration/test_gemm.py 2 additions, 2 deletionstests/python/integration/test_gemm.py
- tests/python/unittest/test_pass_storage_flatten.py 1 addition, 1 deletiontests/python/unittest/test_pass_storage_flatten.py
- tests/python/unittest/test_pass_storage_rewrite.py 2 additions, 2 deletionstests/python/unittest/test_pass_storage_rewrite.py
- tests/python/unittest/test_pass_storage_sync.py 1 addition, 1 deletiontests/python/unittest/test_pass_storage_sync.py
- tests/python/unittest/test_pass_virtual_thread.py 1 addition, 1 deletiontests/python/unittest/test_pass_virtual_thread.py
- tests/python/unittest/test_runtime_rpc.py 13 additions, 3 deletionstests/python/unittest/test_runtime_rpc.py
Loading
Please register or sign in to comment