Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.
29280 Discussions

How to get sparse array in CSR format from a matrix handle?

dimdol10
New Contributor I
656 Views

Hello,

I'm using Sparse BLAS routines.

For matrix-matrix multiplications using the mkl_sparse_spmm routine, I created matrix handles, and then execute the routine.

But, how can I get the result in the original CSR format? I mean, the mkl_sparse_spmm gives the result in the form of matrix handle (pointer),

so I need a further step to get the final result in CSR format.

Thanks.

 

 

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
656 Views

The MKL forum is at https://software.intel.com/en-us/forums/intel-math-kernel-library

0 Kudos
Reply