MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_cpu_has_avx512_vbmi

Function ggml_cpu_has_avx512_vbmi

ggml.c:20432–20438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20430}
20431
20432int ggml_cpu_has_avx512_vbmi(void) {
20433#if defined(__AVX512VBMI__)
20434 return 1;
20435#else
20436 return 0;
20437#endif
20438}
20439
20440int ggml_cpu_has_avx512_vnni(void) {
20441#if defined(__AVX512VNNI__)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected