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