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

Function ggml_cpu_has_gpublas

ggml.c:20528–20530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20526}
20527
20528int ggml_cpu_has_gpublas(void) {
20529 return ggml_cpu_has_cublas() || ggml_cpu_has_clblast();
20530}
20531
20532int ggml_cpu_has_sse3(void) {
20533#if defined(__SSE3__)

Callers 3

llama_decode_internalFunction · 0.85
llama-bench.cppFile · 0.85

Calls 2

ggml_cpu_has_cublasFunction · 0.85
ggml_cpu_has_clblastFunction · 0.85

Tested by

no test coverage detected