Intel® oneAPI Data Analytics Library
Learn from community members on how to build compute-intensive applications that run efficiently on Intel® architecture.
225 Discussions

How to do a distributed matrix multiplication using the library

Hong_H_
Beginner
339 Views

MLLib is able to do large distributed matrix multiplication. How to use this library to support such features?

0 Kudos
1 Reply
Zhang_Z_Intel
Employee
339 Views

DAAL does not provide matrix multiplication functions, although this is a fundamental operation internally used by many other algorithms. Can you please explain how you want to use distributed matrix multiplication? For example, maybe you need it in the implementation of an algorithm? We will see if DAAL has already had the solution.

Meanwhile, if you are interested in making the matrix multiplication in MLlib run faster, you can try to rebuild MLlib by using Intel MKL as its underlying math lib. 

 

0 Kudos
Reply