Github user hqzizania commented on the issue:

    https://github.com/apache/spark/pull/13891
  
    This is a prototype. Actually, it is critical if it will be faster = =!
    I have done a simple test, the effect is up to "number of user for each 
product". The "number of user for each product" is equal to the range of 
[i](https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/recommendation/ALS.scala#L1299)
 in each loop. If a considerable number of vectors can be stack, its nativeBLAS 
will speeup > 3x than original nativeBLAS, but it is still slower than original 
F2JBLAS. In my test for the original ALS, nativeBLAS is much slower than 
F2JBLAS.
    Anyway I don't know if  "number of user for each product" can be very large 
in a real case.


---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to