MCPcopy 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
1920bool ggml_is_numa(void) {
1921 return g_state.numa.n_nodes > 1;
1922}
1923
1924////////////////////////////////////////////////////////////////////////////////
1925

Callers 6

ggml_numa_initFunction · 0.70
set_numa_thread_affinityFunction · 0.70
load_all_dataMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected