Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

dcsrmultcsr(..) only in version 10.1.xx ?

kimjoonshikgmail_com
659 Views
Hello..

I need help desperately...

I was trying to use the function "dcsrmultcsr(..)" for sparse matrix product, but when I inserted that in my code, but when I compile it I see error message,

..identifier "mkl_dcsrmultcsr" is undefined

other functions like dgemv worked nicely, but this does not work.. Is that function version dependent ?
I checked the MKL installed in my lab computer and the versionis 10.0.3.020
Can I use this function in this version too ?

Thank you.
Joon.
0 Kudos
2 Replies
ArturGuzik
Valued Contributor I
659 Views
Hello..

I need help desperately...

I was trying to use the function "dcsrmultcsr(..)" for sparse matrix product, but when I inserted that in my code, but when I compile it I see error message,

..identifier "mkl_dcsrmultcsr" is undefined

other functions like dgemv worked nicely, but this does not work.. Is that function version dependent ?
I checked the MKL installed in my lab computer and the versionis 10.0.3.020
Can I use this function in this version too ?

Thank you.
Joon.
Joon,

I'm afraid it might be the case. I just checked the docs and it's listed as added in version 10.1. The gemv and others are the core of BLAS and are there from the very beggining, means from ancient times.

So if you need the routine desperately, well, it's time to upgrade. Or use a workaround.

A.
0 Kudos
kimjoonshikgmail_com
659 Views
Thank you.
It is very helpful of you.

I think I have to install new one.
I learn a lot from here.

I appreciate.
Joon.

0 Kudos
Reply