warp.cuda_profiler_stop#

warp.cuda_profiler_stop(device=None)[source]#

End CUDA profiler data collection.

This is equivalent to the driver API cuProfilerStop and operates on the CUDA context of device (the current device by default). See cuda_profiler_start().

Parameters:

device (Device | str | None) – Device whose CUDA context profiling is stopped for.