Uh oh!
There was an error while loading. Please reload this page.
[SPARK-32339][ML][DOC] Improve MLlib BLAS native acceleration docs - #29139
[SPARK-32339][ML][DOC] Improve MLlib BLAS native acceleration docs#29139xwu-intel wants to merge 9 commits into
Conversation
huaxingao
commented
Jul 17, 2020
cc @srowen@viirya@zhengruifeng I scanned through. I think the doc is well written and the information is useful. Here are the screen capture: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
xwu-intel
commented
Jul 20, 2020
Fixed based on your comments. Thank you all! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
srowen
commented
Jul 25, 2020
Jenkins test this please |
SparkQA
commented
Jul 25, 2020
Test build #126549 has finished for PR 29139 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
huaxingao
commented
Jul 27, 2020
LGTM. If nobody has further comments, I will merge this in both 3.0 and master. |
### What changes were proposed in this pull request? Rewrite a clearer and complete BLAS native acceleration enabling guide. ### Why are the changes needed? The document of enabling BLAS native acceleration in ML guide (https://spark.apache.org/docs/latest/ml-guide.html#dependencies) is incomplete and unclear to the user. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A Closes#29139 from xwu99/blas-doc. Lead-authored-by: Xiaochang Wu <xiaochang.wu@intel.com> Co-authored-by: Wu, Xiaochang <xiaochang.wu@intel.com> Signed-off-by: Huaxin Gao <huaxing@us.ibm.com> (cherry picked from commit 44c868b) Signed-off-by: Huaxin Gao <huaxing@us.ibm.com>
huaxingao
commented
Jul 28, 2020
Merged to 3.0/master. Thanks everyone! |





What changes were proposed in this pull request?
Rewrite a clearer and complete BLAS native acceleration enabling guide.
Why are the changes needed?
The document of enabling BLAS native acceleration in ML guide (https://spark.apache.org/docs/latest/ml-guide.html#dependencies) is incomplete and unclear to the user.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A