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

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


    from ed04cdd  fix cuda half math function is undefined: hpow, htanh (#6225)
     add ee33056  [Topi,x86] Split MKL from BLAS. (#6182)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  2 +-
 cmake/config.cmake                                 | 16 ++--
 cmake/modules/contrib/BLAS.cmake                   | 56 +++++++------
 python/tvm/contrib/cblas.py                        | 33 --------
 python/tvm/contrib/{cblas.py => mkl.py}            | 10 +--
 python/tvm/contrib/{rocblas.py => mkldnn.py}       | 27 ++++---
 python/tvm/relay/backend/compile_engine.py         | 27 +++++--
 python/tvm/relay/op/strategy/x86.py                | 30 ++++++-
 python/tvm/topi/x86/dense.py                       | 49 ++++++++++--
 src/runtime/contrib/cblas/cblas.cc                 | 83 +-------------------
 src/runtime/contrib/cblas/{cblas.cc => mkl.cc}     | 91 +++++++---------------
 .../{nnpack/nnpack_utils.h => cblas/mkldnn.cc}     | 33 +++++---
 tests/python/contrib/test_cblas.py                 | 79 +++++++++++++------
 13 files changed, 260 insertions(+), 276 deletions(-)
 copy python/tvm/contrib/{cblas.py => mkl.py} (91%)
 copy python/tvm/contrib/{rocblas.py => mkldnn.py} (73%)
 copy src/runtime/contrib/cblas/{cblas.cc => mkl.cc} (76%)
 copy src/runtime/contrib/{nnpack/nnpack_utils.h => cblas/mkldnn.cc} (56%)

Reply via email to