You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2020/12/19 00:04:43 UTC

[tvm] branch main updated (833f238 -> 2036a0f)

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

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


    from 833f238  Add `is_floating_point` and `div_` PyTorch ops (#7128)
     add 2036a0f  Fix a bug in batch_matmul that te.max should be used (#7111)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/nn/batch_matmul.py                 |  2 +-
 python/tvm/topi/x86/batch_matmul.py                |  2 +-
 tests/python/topi/python/test_topi_batch_matmul.py | 42 ++++++++++++++++++----
 3 files changed, 38 insertions(+), 8 deletions(-)