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

Function ggml_cpu_has_metal

ggml.c:20472–20478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20470}
20471
20472int ggml_cpu_has_metal(void) {
20473#if defined(GGML_USE_METAL)
20474 return 1;
20475#else
20476 return 0;
20477#endif
20478}
20479
20480int ggml_cpu_has_f16c(void) {
20481#if defined(__F16C__)

Callers 1

llama-bench.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected