- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using cblas from MKL library but I got wrong results after redefine MKL_INT to long.
Is there something wrong?
#define MKL_INT long #include "mkl.h" .... mkl_dcscmv(...) ....
Thanks!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Please refer to https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/
with wanted integer type: ILP64 or LP64
If the issue still insists, please submit your question to our official support website: https://supporttickets.intel.com
Best Regards,
Ying
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Ying,
Thanks for the response.
It is the linking library problem.
I have to use mkl_intel_ilp64 instead of mkl_intel_lp64.
Therefore, this problem is solved.
Regards,

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