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§
- GpuDispatch
Graph - Ordered graph of compiled wgpu pipeline dispatches.
- Launch
Accounting - 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_countnodes.