Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

illegal instruction on Linux

Tang__Xianghao
Beginner
1,136 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
1,136 Views

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

0 Kudos
Gennady_F_Intel
Moderator
1,136 Views

is there any test case?

0 Kudos
Reply