Posts by Houston Hoffman
Simulation / Modeling / Design
Sep 11, 2024
Constant Time Launch for Straight-Line CUDA Graphs and Other Performance Enhancements
CUDA Graphs are a way to define and batch GPU operations as a graph rather than a sequence of stream launches. A CUDA Graph groups a set of CUDA kernels and...
8 MIN READ
Simulation / Modeling / Design
May 10, 2024
Dynamic Control Flow in CUDA Graphs with Conditional Nodes
Post updated on February 3, 2025 with details about CUDA 12.8. CUDA Graphs can provide a significant performance increase, as the driver is able to optimize...
12 MIN READ