This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
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)
add e7f793d0ad Add assert message (#11665)
add dccc1c7d89 [CI] fix ci_gpu dockerfile (#11644)
No new revisions were added by this update.
Summary of changes:
cmake/modules/contrib/BLAS.cmake | 2 +
docker/install/ubuntu_install_papi.sh | 8 +-
docs/how_to/profile/papi.rst | 1 +
python/tvm/contrib/mkldnn.py | 105 +++++++++++++++++++++
.../relay/backend/contrib/ethosu/te/identity.py | 2 +-
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 +++++++++++++++++++
10 files changed, 334 insertions(+), 18 deletions(-)