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

Function ggml_critical_section_end

ggml.c:1851–1853  ·  view source on GitHub ↗

TODO: make this somehow automatically executed some sort of "sentry" mechanism

Source from the content-addressed store, hash-verified

1849// TODO: make this somehow automatically executed
1850// some sort of "sentry" mechanism
1851inline static void ggml_critical_section_end(void) {
1852 atomic_fetch_sub(&g_state_barrier, 1);
1853}
1854
1855void ggml_numa_init(void) {
1856 if (g_state.numa.n_nodes > 0) {

Callers 2

ggml_initFunction · 0.70
ggml_freeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected