Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37532494
I do mean dgemm, since it is in jblas, although dsyrk would be even better
as it is specialized for this case. gemm can treat its args as transposed and
apply scalars, so i
Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/131
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37507055
Thanks. I've merged this.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this f
Github user MLnick commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37506200
@mengxr nice work! Thanks for this.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37504133
Merged build finished.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37504130
Merged build finished.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37504132
All automated tests passed.
Refer to this link for build results:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13151/
---
If your project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37504125
All automated tests passed.
Refer to this link for build results:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13152/
---
If your project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37504124
Merged build finished.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37504134
All automated tests passed.
Refer to this link for build results:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13150/
---
If your project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37501962
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have t
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37501961
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37501920
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37501921
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have t
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37501874
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37501875
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have t
Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37500737
@srowen , level 3 BLAS would certainly help improve the performance. DSYRK
is for computing C <- A^T A + C, but I don't know whether we have it in jblas.
However, for impli
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37493905
Merged build finished.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37493907
All automated tests passed.
Refer to this link for build results:
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13140/
---
If your project
Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37493745
Yes I like where this is going. I had started on a similar change, that
used gemm instead, since it can compute C <- A*B + C.
In fact I had wanted to add an extra
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37491159
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have t
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37491158
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user mengxr commented on the pull request:
https://github.com/apache/spark/pull/131#issuecomment-37490541
@srowen , this continues the work from
https://github.com/apache/incubator-spark/pull/629 . Would you please help
review the changes? Thanks!
---
If your project is set u
GitHub user mengxr opened a pull request:
https://github.com/apache/spark/pull/131
[SPARK-1237, 1238] Improve the computation of YtY for implicit ALS
Computing YtY can be implemented using BLAS's DSPR operations instead of
generating y_i y_i^T and then combining them. The latter gen
24 matches
Mail list logo