You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ha...@apache.org on 2019/11/07 00:07:19 UTC

[incubator-tvm] branch master updated (7211c27 -> 14a5a35)

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

haichen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 7211c27  [TOPI] Fix bug in Winograd on CUDA (#4260)
     add 14a5a35  [AutoTVM] Add batch_matmul to tunable operations (#4242)

No new revisions were added by this update.

Summary of changes:
 python/tvm/autotvm/task/relay_integration.py |  1 +
 python/tvm/autotvm/task/topi_integration.py  | 12 +++++
 topi/python/topi/x86/batch_matmul.py         | 72 +++++++++++++++++++++-------
 3 files changed, 67 insertions(+), 18 deletions(-)