OryxProject / oryx

Oryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning

Home Page:http://oryx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Begin enabling BLAS acceleration

srowen opened this issue · comments

BLAS acceleration can improve performance in some Spark MLlib implementations, and can be used in at least one place in Oryx to speed up computation -- computation of VtV in the ALS app. We should package netlib-java integration and use it, but, not actually ship the native acceleration libs due to license issues.