We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f78bad commit fcb8456Copy full SHA for fcb8456
csrc/pythonInterface.cpp
@@ -912,8 +912,8 @@ void gemv_4bit_inference_cpu_nf4_bf16(
912
}
913
#endif
914
#if defined(__AVX512F__)
915
-bool has_avx512f_cpu() { return has_avx512f() }
+bool has_avx512f_cpu() { return has_avx512f(); }
916
917
-bool has_avx512bf16_cpu() { return has_avx512bf16() }
+bool has_avx512bf16_cpu() { return has_avx512bf16(); }
918
919
0 commit comments