Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-32339][ML][DOC] Improve MLlib BLAS native acceleration docs #29139

Closed
wants to merge 9 commits into from

Conversation

xwu99
Copy link
Contributor

@xwu99 xwu99 commented Jul 17, 2020

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

@huaxingao
Copy link
Contributor

cc @srowen @viirya @zhengruifeng

I scanned through. I think the doc is well written and the information is useful.

Here are the screen capture:

before change:
Screen Shot 2020-07-16 at 11 34 44 PM

after change:
Screen Shot 2020-07-16 at 11 34 17 PM
Screen Shot 2020-07-16 at 11 39 09 PM
Screen Shot 2020-07-16 at 11 40 02 PM
Screen Shot 2020-07-16 at 11 40 18 PM

docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
@xwu99
Copy link
Contributor Author

xwu99 commented Jul 20, 2020

Fixed based on your comments. Thank you all!

docs/ml-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
@srowen
Copy link
Member

srowen commented Jul 25, 2020

Jenkins test this please

@SparkQA
Copy link

SparkQA commented Jul 25, 2020

Test build #126549 has finished for PR 29139 at commit 50ada7d.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
docs/ml-linalg-guide.md Outdated Show resolved Hide resolved
@huaxingao
Copy link
Contributor

LGTM. If nobody has further comments, I will merge this in both 3.0 and master.

@huaxingao huaxingao closed this in 44c868b Jul 28, 2020
huaxingao pushed a commit that referenced this pull request Jul 28, 2020
### 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
Copy link
Contributor

Merged to 3.0/master. Thanks everyone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
6 participants