We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece99a9 commit c54400bCopy full SHA for c54400b
1 file changed
ggml/src/ggml-cpu/arch/x86/epyc-cpu.c
@@ -243,4 +243,5 @@ void ggml_vec_dot_q4_0_q8_0_avx512_vnni(
243
*s = _mm_cvtss_f32(s128);
244
}
245
246
-#endif /* __AVX512VNNI__ */
+#endif /* __AVX512VNNI__ (Q4_0) */
247
+#endif /* __AVX512VNNI__ && __AVX512VL__ (Q8_0) */
0 commit comments