Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20528
int ggml_cpu_has_gpublas(void) {
20529
return ggml_cpu_has_cublas() || ggml_cpu_has_clblast();
20530
}
20531
20532
int ggml_cpu_has_sse3(void) {
20533
#if defined(__SSE3__)
Callers
3
llama_decode_internal
Function · 0.85
dump_non_result_info_yaml
Function · 0.85
llama-bench.cpp
File · 0.85
Calls
2
ggml_cpu_has_cublas
Function · 0.85
ggml_cpu_has_clblast
Function · 0.85
Tested by
no test coverage detected