warp.capture_end#
- warp.capture_end(device=None, stream=None)[source]#
End the capture of a CUDA graph.
- Parameters:
- Returns:
A
Graphobject that can be launched withcapture_launch()- Return type:
Graph
End the capture of a CUDA graph.
A Graph object that can be launched with capture_launch()
Graph