summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ScriptIntrinsicBLAS.java
AgeCommit message (Expand)Author
2021-03-01Deprecate RS Java APIs. Xusong Wang
2017-01-25Fix @links in reference docs. Elliot Waite
2015-07-15fix BNNM docs Miao Wang
2015-06-30[RenderScript] update the type of offsets for BLAS.BNNM Miao Wang
2015-06-17[RenderScript] Add documentation for IntrinsicBLAS, and @hide Miao Wang
2015-05-11[RenderScript] (minor) fix validation of L3 BLAS Miao Wang
2015-04-30[RenderScript] typo fix in BLAS, TRMM & TSMM Miao Wang
2015-04-30[RenderScript] fix edges cases about Transpose for SYMM & SYR2K Miao Wang
2015-04-29[RenderScript] L2 BLAS, fix element type in ZHER Miao Wang
2015-04-29[RenderScript] fixes for L3 BLAS APIs Miao Wang
2015-04-23[RenderScript] Enable L2 BLAS APIs Miao Wang
2015-04-23[RenderScript] improve & minor fixes of L2 BLAS validation. Miao Wang
2015-04-22[RenderScript] Fix HEMM and SYRK in IntrinscBLAS to correctly handle Miao Wang
2015-04-16Unhide BLAS intrinsics. Tim Murray
2015-04-14Add BNNM intrinsic. Tim Murray
2015-02-17Add BLAS intrinsic. Tim Murray