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/01/17 04:19:07 UTC

[incubator-tvm] branch master updated (eaa2380 -> b171cf1)

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 eaa2380  [Docs] Convert Layout pass. (#4664)
     add b171cf1  [REFACTOR] Polish runtime (#4729)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir.h                              | 20 ++++++-
 include/tvm/ir/expr.h                         | 59 +++-----------------
 include/tvm/runtime/c_backend_api.h           |  2 +-
 include/tvm/runtime/data_type.h               | 19 ++++++-
 include/tvm/runtime/device_api.h              |  4 +-
 include/tvm/runtime/memory.h                  |  2 +-
 include/tvm/runtime/object.h                  |  3 -
 include/tvm/runtime/serializer.h              |  4 +-
 include/tvm/runtime/util.h                    | 79 ---------------------------
 src/codegen/stackvm/codegen_stackvm.cc        | 26 ++++++++-
 src/pass/hoist_if_then_else.cc                |  4 +-
 src/relay/op/type_relations.cc                | 21 +++----
 src/relay/pass/partial_eval.cc                |  2 +-
 src/runtime/contrib/cblas/cblas.cc            |  2 +-
 src/runtime/contrib/cblas/gemm_common.h       |  2 +-
 src/runtime/contrib/cublas/cublas.cc          |  2 +-
 src/runtime/contrib/cudnn/conv_forward.cc     |  2 +-
 src/runtime/contrib/miopen/conv_forward.cc    |  2 +-
 src/runtime/contrib/mps/mps_utils.h           |  2 +-
 src/runtime/contrib/nnpack/convolution.cc     |  2 +-
 src/runtime/contrib/nnpack/fully_connected.cc |  6 +-
 src/runtime/contrib/nnpack/nnpack_utils.h     |  2 +-
 src/runtime/contrib/random/random.cc          |  6 +-
 src/runtime/contrib/rocblas/rocblas.cc        |  6 +-
 src/runtime/contrib/sort/sort.cc              |  1 -
 src/runtime/stackvm/stackvm.cc                | 49 ++++++++---------
 src/runtime/stackvm/stackvm.h                 | 20 +++++++
 27 files changed, 144 insertions(+), 205 deletions(-)
 delete mode 100644 include/tvm/runtime/util.h