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

undefined symbol mkl_blas_avx2_cgemm_copyb_ext

Laszlo_Ladanyi
Beginner
549 Views

I have tried to embed MKL in a java application by embedding the static mkl libraries in a shared lib of mine and then opening that shared lib from the jni. However, I got a link error when I created the shared lib: the symbol mkl_blas_avx2_cgemm_copyb_ext was undefined. I have looked at the static libraries, and indeed, *all* static mkl libraries that have this symbol list them with 'U'. On the other hand, this symbol does not even appear in the shared libraries.

So I'm wondering, why does this symbol appear only in the static libs and why is it not defined?

Thanks,

--Laci

PS: The same issue occurs both in versions 11.2 and 11.3 (distributed with icc versions 2015.5 and 2016).

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
549 Views

I have checked and see the similar symptoms. The issue is escalated.

0 Kudos
Reply