- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I added MKL to a project that is using IPP. It compiled but aborted when entering the ipp function ippsFFTFwd_RToCCS_32f with an error of access violation.I am using MKL version 10.1.1.022.the libraries I am using are:
ippsr20.lib mkl_c.lib mkl_intel_thread.lib mkl_core.lib
ippsr20.lib mkl_c.lib mkl_intel_thread.lib mkl_core.lib
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
IPP: It looks like your IPP's version is pretty old. I guess 4.1? ( btw- this version is EOL today ).Why are you use only ippsr20.lib? It seems you have to add ippcore.lib
MKL:
if you are using static linking mode (as an example) with MKL 10.1,
You have to link the following libraries: mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib
or with sequential version:
mkl_intel_c.lib mkl_sequential.lib mkl_core.lib
I would recommend using sequential variant because of MKL's 10.1 treading supported by new libraries (libiom5md.lib) which incompatibility with the libguide40 from IPP.

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