You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/09/06 06:31:07 UTC

[tvm] branch main updated (9f52e7e -> 7eda4a5)

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

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 9f52e7e  [microTVM] Remove Arduino aot code (#8869)
     add 7eda4a5  [Relay, TOPI] Make Softmax op fusible with elemwise ops (#8909)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/nn/_nn.py                      |   6 +-
 python/tvm/topi/cuda/softmax.py                    | 108 +++++++++++++--------
 python/tvm/topi/x86/nn.py                          |  81 +++++++++-------
 tests/micro/arduino/test_arduino_workflow.py       |  12 ++-
 .../relay/test_analysis_extract_fused_functions.py |   2 +-
 tests/python/relay/test_pass_fuse_ops.py           |  59 +++++++----
 .../test_runtime_module_based_interface.py         |   2 +-
 7 files changed, 170 insertions(+), 100 deletions(-)