- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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
Enlace copiado
1 Responder
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Informe de contenido inapropiado
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.
Responder
Opciones de temas
- Suscribirse a un feed RSS
- Marcar tema como nuevo
- Marcar tema como leído
- Flotar este Tema para el usuario actual
- Favorito
- Suscribir
- Página de impresión sencilla