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

MKL 8.0.1 for Linux and MKL_FreeBuffers

benoith
Beginner
362 Views
Hi all,



I'm using the MKL 8.0.1 for Linux, and try to use MKL_FreeBuffers().



But when linking, the linkers complains about missing symbol MKL_FreeBuffers() ... (and only it).



I do a grep -a on all .a and .so for both 32 and 64 bits version but it seems that the symbol is effectively not present in .so nor .a



Did I miss something ?



Regards,



Benot.
0 Kudos
1 Reply
Chao_Y_Intel
Moderator
362 Views

Hi

could you try to use MKL_FREEBUFFERS() or mkl_freebuffers()?

Thanks,

chao

0 Kudos
Reply