-
- Downloads
[SPARK-9175] [MLLIB] BLAS.gemm fails to update matrix C when alpha==0 and beta!=1
Fix BLAS.gemm to update matrix C when alpha==0 and beta!=1 Also include unit tests to verify the fix. mengxr brkyvz Author: Meihua Wu <meihuawu@umich.edu> Closes #7503 from rotationsymmetry/fix_BLAS_gemm and squashes the following commits: fce199c [Meihua Wu] Fix BLAS.gemm to update C when alpha==0 and beta!=1
Showing
- mllib/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala 2 additions, 2 deletions...b/src/main/scala/org/apache/spark/mllib/linalg/BLAS.scala
- mllib/src/test/scala/org/apache/spark/mllib/linalg/BLASSuite.scala 16 additions, 0 deletions.../test/scala/org/apache/spark/mllib/linalg/BLASSuite.scala
Please register or sign in to comment