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

Function ggml_cpu_has_avx512

ggml.c:20424–20430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20422}
20423
20424int ggml_cpu_has_avx512(void) {
20425#if defined(__AVX512F__)
20426 return 1;
20427#else
20428 return 0;
20429#endif
20430}
20431
20432int ggml_cpu_has_avx512_vbmi(void) {
20433#if defined(__AVX512VBMI__)

Callers 2

llama_print_system_infoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected