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

Function ggml_cpu_has_cublas

ggml.c:20512–20518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20510}
20511
20512int ggml_cpu_has_cublas(void) {
20513#if defined(GGML_USE_CUBLAS)
20514 return 1;
20515#else
20516 return 0;
20517#endif
20518}
20519
20520int ggml_cpu_has_clblast(void) {
20521#if defined(GGML_USE_CLBLAST)

Callers 3

ggml_cpu_has_gpublasFunction · 0.85
llama-bench.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected