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 e8712a9198 [BYOC][DNNL] Improve performance of DNNL BYOC dense
operator (#11513)
add 705993e485 [DNNL][CBLAS][BYOC] Unifles all MKLDNN/DNNL to DNNL
(#11638)
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 3 +-
cmake/config.cmake | 17 +++++++---
cmake/modules/LibInfo.cmake | 3 +-
cmake/modules/contrib/BLAS.cmake | 29 -----------------
cmake/modules/contrib/DNNL.cmake | 32 +++++++++++++++---
docs/dev/how_to/relay_bring_your_own_codegen.rst | 2 +-
python/tvm/contrib/{mkldnn.py => dnnl.py} | 4 +--
python/tvm/relay/op/strategy/x86.py | 38 +++++++++++-----------
python/tvm/target/target.py | 6 ++++
python/tvm/topi/x86/conv2d.py | 30 ++++++++---------
python/tvm/topi/x86/dense.py | 30 ++++++++---------
.../contrib/cblas/{mkldnn.cc => dnnl_blas.cc} | 12 +++----
src/runtime/contrib/dnnl/dnnl.cc | 2 +-
src/support/libinfo.cc | 11 ++-----
tests/python/contrib/test_cblas.py | 18 +++++-----
tests/python/relay/test_op_level2.py | 20 ++++++------
tests/scripts/task_config_build_cpu.sh | 2 +-
17 files changed, 130 insertions(+), 129 deletions(-)
rename python/tvm/contrib/{mkldnn.py => dnnl.py} (97%)
rename src/runtime/contrib/cblas/{mkldnn.cc => dnnl_blas.cc} (78%)