index
:
frameworks_rs.git
master
n7.1
frameworks_rs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu_ref
/
rsCpuIntrinsicBLAS.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement multi-thread CPU GEMM for BLAS Intrinsics
Miao Wang
2017-02-07
1
-13
/
+182
*
Switch "transpose" for Matrix A & B, after gemmlowp change.
Miao Wang
2016-02-03
1
-2
/
+2
*
Update IntrinsicBLAS call to gemmlowp after rebase.
Miao Wang
2015-09-14
1
-5
/
+8
*
Update eight_bit_int_gemm call after gemmlowp rebase and provide
Miao Wang
2015-07-16
1
-1
/
+44
*
Making libRSSupport able to optionally bundle libblas(V8) through dlopen
Miao Wang
2015-07-15
1
-1
/
+15
*
Update the BNNM cpu reference implementation with NEON friendly
Miao Wang
2015-07-15
1
-31
/
+5
*
update the offset type for BLAS.BNNM
Miao Wang
2015-06-30
1
-8
/
+8
*
Use "override" instead of "virtual" when replacing methods.
Stephen Hines
2015-05-22
1
-10
/
+10
*
remove dead code (ALOGE) in rsCpuIntrinsicBLAS.cpp
Miao Wang
2015-05-11
1
-1
/
+0
*
fix the CHER, CHPR, ZHER, ZHPR crash due to incorrect param order.
Miao Wang
2015-05-07
1
-4
/
+4
*
fix RsBlas_xgemv and RsBlas_xgbmv crash. (typo)
Miao Wang
2015-05-07
1
-8
/
+8
*
Rename BGEMM to BNNM. Modify layout of eight-bit GEMM-like intrinsic storage.
Tim Murray
2015-04-15
1
-14
/
+17
*
Add eight-bit GEMM-like intrinsic.
Tim Murray
2015-04-03
1
-0
/
+61
*
Add BLAS to supported intrinsics.
Tim Murray
2015-02-17
1
-0
/
+653