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

Function sched_alloc_splits

ggml-backend.c:793–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793static void sched_alloc_splits(ggml_backend_sched_t sched) {
794 ggml_gallocr_alloc_graph_n(
795 sched->galloc,
796 sched->graph,
797 sched->hash_set,
798 sched->node_talloc);
799}
800
801static void sched_compute_splits(ggml_backend_sched_t sched) {
802 uint64_t copy_us[GGML_MAX_BACKENDS] = {0};

Calls 1

Tested by

no test coverage detected