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/07/15 22:23:54 UTC

[incubator-tvm] branch master updated (5c73efe -> ae4480a)

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 5c73efe  [TARGET] ONNX codegen (#5052)
     add ae4480a  [clflush] Enable x86 cpu cache flush (#5914)

No new revisions were added by this update.

Summary of changes:
 python/tvm/autotvm/measure/measure_methods.py | 43 +++++++++++---
 python/tvm/runtime/module.py                  |  6 +-
 src/runtime/rpc/rpc_module.cc                 | 81 +++++++++++++++++++++++----
 src/runtime/rpc/rpc_session.h                 |  3 +-
 tutorials/autotvm/tune_relay_x86.py           | 10 +++-
 5 files changed, 121 insertions(+), 22 deletions(-)