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

illegal instruction on Linux

Tang__Xianghao
Beginner
514 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
514 Views

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

0 Kudos
Gennady_F_Intel
Moderator
514 Views

is there any test case?

0 Kudos
Reply