Model techniques map
Techniquesinference & servinginference kernel

general family · filed under inference & serving

CUDA Graph

A CUDA mechanism for capturing and replaying a sequence of operations; the evidence includes integration, capture, and basic caching uses.

Also called CUDA Graph integration, the step is captured in a CUDA graph, CUDA graphs and basic caching.

sources
3
models
3
labs adopt it
3
strongest
used

How sources treat it

One count per evidence span, weakest treatment to strongest.

used 3

Documented in

Evidence

3 spans quoted from the sources, strongest treatment first.

including baseline implementation, autotune configuration generation, performance bottleneck diagnosis, CUDA Graph integration, persistent kernel rewriting, and host-side scheduling optimization.

usedsoftware implementationin MiniMax-M3MiniMax

the step is captured in a CUDA graph

usedunclearin Qwen3.8-Flash-NextQwen

incl. using CUDA graphs and basic caching

usedsoftware implementationin gpt-oss reference implementationsOpenAI

Filed alongside

Other methods under inference & serving :: inference kernel.