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
Link Copied
Do you have a test case which we could run and check the problem?
is there any test case?
For more complete information about compiler optimizations, see our Optimization Notice.