Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_is_numa
Function
ggml_is_numa
ggml.c:1920–1922 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1918
}
1919
1920
bool ggml_is_numa(void) {
1921
return g_state.numa.n_nodes > 1;
1922
}
1923
1924
////////////////////////////////////////////////////////////////////////////////
1925
Callers
6
ggml_numa_init
Function · 0.70
set_numa_thread_affinity
Function · 0.70
clear_numa_thread_affinity
Function · 0.70
load_all_data
Method · 0.70
llama_model_quantize_internal
Function · 0.70
llama_apply_lora_from_file_internal
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected