You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/11/21 21:23:23 UTC

[tvm] branch main updated (3ccc3009a6 -> 545f8dc927)

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

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


    from 3ccc3009a6 Fix building static tvm_runtime on windows (#13445)
     add 545f8dc927 [TOPI] Add handwritten matvec for dynamic cases (#13423)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/op/strategy/x86.py         | 19 +++++++++
 python/tvm/topi/x86/dense.py                | 60 +++++++++++++++++++++++++++++
 tests/python/topi/python/test_topi_dense.py |  3 ++
 3 files changed, 82 insertions(+)