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 97779a9  Add Quantize/Dequantize Partitioning (#5940)
     add 36d1ed3  TVMC - a command line driver for TVM (#6112)

No new revisions were added by this update.

Summary of changes:
 python/setup.py                                    |  1 +
 .../micro_kernel => driver/tvmc}/__init__.py       |  0
 .../{topi/cpp/cuda.py => driver/tvmc/__main__.py}  | 10 ++-
 .../backend/_vm.py => driver/tvmc/common.py}       |  7 +-
 python/tvm/driver/tvmc/main.py                     | 98 ++++++++++++++++++++++
 5 files changed, 110 insertions(+), 6 deletions(-)
 copy python/tvm/{topi/arm_cpu/cortex_m7/micro_kernel => 
driver/tvmc}/__init__.py (100%)
 copy python/tvm/{topi/cpp/cuda.py => driver/tvmc/__main__.py} (88%)
 copy python/tvm/{relay/backend/_vm.py => driver/tvmc/common.py} (87%)
 create mode 100644 python/tvm/driver/tvmc/main.py

Reply via email to