warp.capture_launch#

warp.capture_launch(graph, stream=None)[source]#

Launch a previously captured graph.

For CUDA graphs, this launches via cudaGraphLaunch(). For CPU graphs, this replays recorded operations in a tight native C loop.

Parameters: