warp.cuda_profiler_stop#
- warp.cuda_profiler_stop(device=None)[source]#
End CUDA profiler data collection.
This is equivalent to the driver API
cuProfilerStopand operates on the CUDA context ofdevice(the current device by default). Seecuda_profiler_start().