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/06/10 11:59:15 UTC

[tvm] branch main updated (8a2f43eb0d -> f117244ac4)

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 8a2f43eb0d [Bugfix] GetReduceAxes accept empty axis (#11643)
     add f117244ac4 [DNNL][Relay extern-schedule] DNNL Conv2D Kernel enable by assigning "-libs=mkldnn" (#11571)

No new revisions were added by this update.

Summary of changes:
 cmake/modules/contrib/BLAS.cmake       |   2 +
 python/tvm/contrib/mkldnn.py           | 105 +++++++++++++++++++++++++++++++++
 python/tvm/relay/op/strategy/x86.py    |  23 ++++++--
 python/tvm/topi/x86/conv2d.py          |  30 ++++++++++
 src/runtime/contrib/dnnl/dnnl.cc       |  82 +++++++++++++++++++++----
 src/runtime/contrib/dnnl/dnnl_kernel.h |   1 +
 tests/python/relay/test_op_level2.py   |  98 ++++++++++++++++++++++++++++++
 7 files changed, 326 insertions(+), 15 deletions(-)