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

Function ggml_cpu_has_clblast

ggml.c:20520–20526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20518}
20519
20520int ggml_cpu_has_clblast(void) {
20521#if defined(GGML_USE_CLBLAST)
20522 return 1;
20523#else
20524 return 0;
20525#endif
20526}
20527
20528int ggml_cpu_has_gpublas(void) {
20529 return ggml_cpu_has_cublas() || ggml_cpu_has_clblast();

Callers 3

ggml_cpu_has_gpublasFunction · 0.85
llama-bench.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected