You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Thank you for your feedback. This is a known issue caused by that older versions of the gcc compiler (gcc version <11) not support avx512bf16 compile option. This issue has been fixed in #707, so please update the main branch or upgrade your compiler version and try again.
By the way, if you want to use the bf16-related features of the itrex backend, it is best to upgrade the gcc version to 11 or above. If you want to use the fp16-related features, you must upgrade the gcc version to 13.
Thanks @zhewang1-intc for your quick response! After upgrading to GCC 12 it worked as expected. Since GCC 13 is not there in the devtoolset I am using I am not able to upgrade it to 13.
Hello,
I am trying to build the graph. I followed the steps from README . After
cmake .. -G Ninja
, when I runninja
, getting following error:Even tried disabling AVX 512 as,
cmake -G Ninja -DNE_AVX512=OFF -DNE_AVX512_VBMI=OFF -DNE_AVX512_VNNI=OFF
, still the same results.I am running Linux on Intel(R) Xeon(R) Platinum 8167M CPU @ 2.00GHz
Can someone please help?
Thanks.
The text was updated successfully, but these errors were encountered: