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 2022/02/23 12:41:24 UTC

[tvm] branch main updated (c338299 -> 8947729)

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 c338299  [CI] Fix Flaky Test `test_task_scheduler_gradient` (#10360)
     add 8947729  [TOPI] VNNI support for batch matmul (#10332)

No new revisions were added by this update.

Summary of changes:
 python/tvm/topi/nn/dense.py           | 19 +++++++++
 python/tvm/topi/x86/batch_matmul.py   | 73 ++++++++++++++++++++++++++++++++++-
 python/tvm/topi/x86/dense.py          | 13 ++++---
 python/tvm/topi/x86/dense_alter_op.py | 56 ++++++++++++++++++++++-----
 tests/python/relay/test_op_level1.py  | 46 ++++++++++++----------
 tests/python/relay/test_op_level10.py | 45 +++++++++++++++++++--
 6 files changed, 212 insertions(+), 40 deletions(-)