ggml_backend_sched_alloc_graph: Allocate graph on scheduler
Description
Allocates memory for a graph across the scheduler's backends.
Must be called before computing the graph.
Usage
ggml_backend_sched_alloc_graph(sched, graph)
Value
Logical indicating success
Arguments
- sched
Scheduler pointer
- graph
Graph pointer