[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2018-07-15 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/17894 gentle ping @VinceShieh for @WeichenXu123's comment. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2018-01-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17894 Build finished. Test PASSed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2018-01-19 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17894 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/testing-k8s-prb-make-spark-distribution/46/ Test

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2017-08-08 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/spark/pull/17894 I am also interested in implementation by level-3 BLAS. Can you post a design doc first? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2017-06-01 Thread VinceShieh
Github user VinceShieh commented on the issue: https://github.com/apache/spark/pull/17894 @sethah yes, we only take 100 samples and trained with 3 iterations, numClasss is 20 of our test dataset for single node testing. Yeah, I also believe it'd have a better result if it's

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2017-06-01 Thread sethah
Github user sethah commented on the issue: https://github.com/apache/spark/pull/17894 @VinceShieh Thanks for posting your results. You tested these on datasets with only 100 samples correct? That's probably not a representative use case of a normal workload... Also, how many classes

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2017-06-01 Thread VinceShieh
Github user VinceShieh commented on the issue: https://github.com/apache/spark/pull/17894 Forgot to mention, we observed a nearly 2x performance gain with the help of nativeBLAS- MKL, without a fine tuning, so if we can also make F2J version run faster in distributed cluster than the

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2017-06-01 Thread VinceShieh
Github user VinceShieh commented on the issue: https://github.com/apache/spark/pull/17894 sorry for late update! we tested on this PR against the current implementation with both dense and sparse(0.95 sparsity):

[GitHub] spark issue #17894: [WIP][SPARK-17134][ML] Use level 2 BLAS operations in Lo...

2017-05-16 Thread VinceShieh
Github user VinceShieh commented on the issue: https://github.com/apache/spark/pull/17894 @sethah Sorry for the late response. Setting as WIP. We have performance data for dense features, data for the sparse feature will be ready soon. thanks. --- If your project is set up for it,