Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel MKL BSR sparse matrix product operations

Sérgio_Caldas
Beginner
785 Views

hello, 

In a Msc. project we are implementing hadarmard, kathri-rao, and kronecker products on BSR sparse matrices. Is there any paper/reference regarding the algorithms implemented in the normal Intel MKL Sparse MX * MX multiplication.

Regards,

Sérgio Caldas

0 Kudos
2 Replies
Alexander_K_Intel2
785 Views

Hi Sergio,

We cannot share algorithm used in MKL except general words. In any case, which case of matrix multiplication you interested in, matrix vector, matrix mult sparse matrix or matrix mult dense matrix?

Thanks,

Alex 

0 Kudos
Sérgio_Caldas
Beginner
785 Views

Hi Alex,

 

We are interested in sparse matrix matrix multiplication.

We are also preceding in another way into correction. We are investigating the possibility of defining these product (hadamard, kronecker, kathri-rao) from LA transformations and then normal matrix multiplication.

If you have any articles regarding this approach please refer them, 

Regards,

Sergio Caldas 

0 Kudos
Reply