Skip to main content

Module graph

Module graph 

Source
Expand description

GPU-resident command graph execution. GPU-resident dispatch graph execution (Innovation I.14).

A graph records many dependent pipeline dispatches into one command buffer and submits it once. This gives callers one CPU-to-GPU launch while the GPU executes the ordered kernel sequence already resident in the command queue.

Structs§

GpuDispatchGraph
Ordered graph of compiled wgpu pipeline dispatches.
LaunchAccounting
CPU-side launch accounting for graph dispatch.

Enums§

GpuResource
A GPU-resident or host-side resource.

Functions§

launch_accounting
Compute launch-count accounting for an ordered graph with op_count nodes.