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
CUDA Graphs can provide a significant performance increase, as the driver is able to optimize execution using the complete description of tasks and...
7 MIN READ