Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/18936
  
    BLAS doesn't work on sparse data. All of those invocations are on dense 
data of some kind. Many of the remaining ones operate on dense matrices even; 
they're not even level 1. I think all of them would change if you're measuring 
that level 1 is worth using BLAS for.
    
    CC @MLnick as well as I see comments from him also suggesting that Java is 
faster for level 1. I'm still kind of unsure what to make of your benchmarks 
which disagree with previous ones, apparently. What's different?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to