Constructing CUDA Graphs with Dynamic Parameters

Originally published at: Constructing CUDA Graphs with Dynamic Parameters | NVIDIA Technical Blog

Applying CUDA graphs to existing CUDA code is a great way to achieve performance on the latest NVIDIA GPUs, with dynamic parameters and minimal code changes.

CUDA Graph is a useful tool to achieve maximum performance on the latest NVIDIA GPUs and this blog introduces one way to make applying CUDA graphs to existing codes easier. If you have any questions or comments, let us know by commenting here or in the github code example repo.

1 Like