Xiaochang Wu created SPARK-31506:
------------------------------------

             Summary: Sparse BLAS native optimization
                 Key: SPARK-31506
                 URL: https://issues.apache.org/jira/browse/SPARK-31506
             Project: Spark
          Issue Type: Improvement
          Components: ML
    Affects Versions: 3.1.0
            Reporter: Xiaochang Wu


BLAS routines are highly optimized routine by the industry. If take advantage 
of it, we can leverage hardware vendors' low-level optimization when available. 

[Sparse BLAS|[https://math.nist.gov/spblas/]] also has [native 
optimization|[https://software.intel.com/en-us/mkl-developer-reference-c-sparse-blas-level-2-and-level-3-routines]],
 but current BLAS in Spark only has naive Java implementation for it.

We would like to introduce native optimization support for Sparse BLAS 
operations related to machine learning and produce benchmarks. 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to