ggml_backend_sched_alloc_graph: Allocate graph on scheduler

View source: R/scheduler.R

ggml_backend_sched_alloc_graphR Documentation

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)

Arguments

sched

Scheduler pointer

graph

Graph pointer

Value

Logical indicating success


ggmlR documentation built on July 14, 2026, 1:08 a.m.