[Topi, x86] Using MKL blas for quantized dense (#6115)
authorAnimesh Jain <anijain@umich.edu>
Tue, 28 Jul 2020 20:32:00 +0000 (13:32 -0700)
committerGitHub <noreply@github.com>
Tue, 28 Jul 2020 20:32:00 +0000 (13:32 -0700)
commit8cd53e00722d079290b53ade348b860f9c237ee9
tree4694921ba03786e1dcd72869701be5a657044bb5
parent1e9e4b9fee46119c8bf52d8ea5d58301fe273780
[Topi, x86] Using MKL blas for quantized dense (#6115)

* [Topi, x86] Using MKL blas for quantized dense

* Typo

* CBLAS_OFFSET only available for MKL

* Skipping tests as GPU CI uses Openblas

* Retrigger

Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-202.us-west-2.compute.internal>
python/tvm/contrib/cblas.py
src/runtime/contrib/cblas/cblas.cc
src/runtime/contrib/cblas/gemm_common.h
tests/python/contrib/test_cblas.py
topi/python/topi/x86/dense.py