[SPARK-10353][MLLIB] BLAS gemm not scaling when beta = 0.0 for some subset of matrix multiplications#8525
[SPARK-10353][MLLIB] BLAS gemm not scaling when beta = 0.0 for some subset of matrix multiplications#8525brkyvz wants to merge 2 commits into
Conversation
|
@brkyvz Could you whether whether those branches are already implemented in f2jBLAS and reference BLAS? If they are already there, I think we should let them handle those special cases. |
|
|
|
The most important change here is https://github.com/apache/spark/pull/8525/files#diff-6d42e8ee906809226b36f06c9d2a8e8fR414 |
|
LGTM pending Jenkins. |
|
+1 I thought we fixed this but it was something similar but not identical. I did not see similar occurrences. |
|
Test build #41796 has finished for PR 8525 at commit
|
|
Test build #41802 has finished for PR 8525 at commit
|
|
Merged into master, branch-1.5, and branch-1.4. @brkyvz Could you send another PR to fix branch-1.3? Thanks! It seems that on 1.3, we also have issues with |
…= 0.0 for some subset of matrix multiplications Apply fixes for alpha, beta parameter handling in gemm/gemv from #8525 to branch 1.3 CC mengxr brkyvz Author: Sean Owen <sowen@cloudera.com> Closes #8572 from srowen/SPARK-10353.2.
@mengxr @jkbradley @rxin
It would be great if this fix made it into RC3!