Fig.1

Concept

CUDA Graph

CUDA Graph is a CUDA feature that records a sequence of GPU operations (kernel launches, memory copies, and their dependencies) once, then replays the whole thing as a single unit. Think of it like a compiled query plan, except the plan is a directed graph of GPU work…

The rest of “CUDA Graph” is a premium feature: every concept in the library gets a precise, practitioner-focused write-up like this one, cross-linked straight from the paper summaries that use it.

Log in to unlock

← Back to the library