How to disable AMX but use AVX512_BF16 for bfloat16 GEMM on a cpu with AMX? #5205
Unanswered
Junwen-Zhang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
try building for COOPERLAKE instead of SAPPHIRERAPIDS, or set OPENBLAS_CORETYPE=COOPERLAKE if you are using a DYNAMIC_ARCH build |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I want to test the performance of openblas using AVX512 instructions for bfloat16 GEMM, but openblas automatically calls AMX implementation. I would like to ask how to disable AMX on a CPU with AMX?
Beta Was this translation helpful? Give feedback.
All reactions