- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - kimjoonshikgmail.com
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.
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
It is very helpful of you.
I think I have to install new one.
I learn a lot from here.
I appreciate.
Joon.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page