You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/02/25 05:07:14 UTC

[tvm] branch last-successful updated (cb7f773 -> 7e2467a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from cb7f773  [Hexagon] RPC server/client for simulator (#10361)
     add 7e2467a  [TIR, Relay] improve bfloat16 support (#10112)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/op.h                            |  16 +++-
 src/arith/rewrite_simplify.cc                   |   2 +-
 src/auto_scheduler/feature.cc                   |  20 ++---
 src/autotvm/touch_extractor.h                   |  20 +++--
 src/contrib/hybrid/codegen_hybrid.cc            |   3 +
 src/relay/backend/contrib/codegen_c/codegen_c.h |   2 +
 src/relay/backend/utils.h                       |   2 +
 src/relay/op/nn/nn.cc                           |   3 +-
 src/relay/transforms/pattern_utils.h            |  26 ++++++
 src/runtime/crt/common/packed_func.c            |   3 +
 src/runtime/vm/bytecode.cc                      |   3 +
 src/tir/op/op.cc                                |  14 +++
 src/tir/transforms/arg_binder.cc                |   3 +-
 src/tir/transforms/bf16_legalize.cc             | 115 +++++++++---------------
 tests/python/relay/test_cpp_build_module.py     |  40 +++++++++
 15 files changed, 177 insertions(+), 95 deletions(-)