Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

illegal instruction on Linux

Tang__Xianghao
Beginner
315 Views

I met a illegal instruction issue on Intel Gold 5118 CPU and suspect it's caused by AVX-512 instructions in MKL.

Flags in /proc/cpuinfo on the issue machine only contain avx512f and avx512cd and don't contain avx512vl, avx512dq and avx512bw, while the CPU should support all of them.

 

What will happen if Linux kernel version is < 4.6 on issue machine and only avx512f and avx512cd are supported in the kernel?

Can MKL instruction set dispatching work well in this environment?

 

The MKL version is 2019.0.0

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
315 Views

Do you have a test case which we could run and check the problem?

Gennady_F_Intel
Moderator
315 Views

is there any test case?

Reply