summaryrefslogtreecommitdiff
path: root/cpu_ref/rsCpuIntrinsicBLAS.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement multi-thread CPU GEMM for BLAS IntrinsicsMiao Wang2017-02-071-13/+182
* Switch "transpose" for Matrix A & B, after gemmlowp change.Miao Wang2016-02-031-2/+2
* Update IntrinsicBLAS call to gemmlowp after rebase.Miao Wang2015-09-141-5/+8
* Update eight_bit_int_gemm call after gemmlowp rebase and provideMiao Wang2015-07-161-1/+44
* Making libRSSupport able to optionally bundle libblas(V8) through dlopenMiao Wang2015-07-151-1/+15
* Update the BNNM cpu reference implementation with NEON friendlyMiao Wang2015-07-151-31/+5
* update the offset type for BLAS.BNNMMiao Wang2015-06-301-8/+8
* Use "override" instead of "virtual" when replacing methods.Stephen Hines2015-05-221-10/+10
* remove dead code (ALOGE) in rsCpuIntrinsicBLAS.cppMiao Wang2015-05-111-1/+0
* fix the CHER, CHPR, ZHER, ZHPR crash due to incorrect param order.Miao Wang2015-05-071-4/+4
* fix RsBlas_xgemv and RsBlas_xgbmv crash. (typo)Miao Wang2015-05-071-8/+8
* Rename BGEMM to BNNM. Modify layout of eight-bit GEMM-like intrinsic storage.Tim Murray2015-04-151-14/+17
* Add eight-bit GEMM-like intrinsic.Tim Murray2015-04-031-0/+61
* Add BLAS to supported intrinsics.Tim Murray2015-02-171-0/+653