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/04/01 03:34:53 UTC

[tvm] branch last-successful updated (63bb3b9 -> adcf199)

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 63bb3b9  [Hexagon] Provide empty weak definitions of two missing functions (#10847)
     add 912993f  [ARM] Fix int8 NCHWc compute and alter layout (#10839)
     add adcf199  [PROFILING] Various fixes for profile_function (#10850)

No new revisions were added by this update.

Summary of changes:
 python/tvm/runtime/profiling/__init__.py          |  8 +++++---
 python/tvm/topi/arm_cpu/conv2d_alter_op.py        |  2 +-
 python/tvm/topi/arm_cpu/conv2d_int8.py            |  9 ++++++---
 python/tvm/topi/arm_cpu/tensor_intrin.py          | 21 +++++++++++----------
 python/tvm/topi/nn/conv2d.py                      |  1 -
 python/tvm/topi/x86/conv2d_int8.py                |  2 +-
 src/runtime/profiling.cc                          | 13 +++++++++----
 tests/python/topi/python/test_topi_conv2d_int8.py | 14 +++++++-------
 8 files changed, 40 insertions(+), 30 deletions(-)