Nsys - Nsight-systems
torch.cuda.profiler.cudart().cudaProfilerStart()... some codes ...torch.cuda.profiler.cudart().cudaProfilerStop()nsys command " --capture-range=cudaProfilerApi" e.g)nsys profile -w true -t cuda,nvtx,osrt,cudnn,cublas -s none -o output_nsys --cudabacktrace=true --capture-range=cudaProfilerApi -f true -x true python3 script.py- profile : Profiling description aceepting no input.- -f : Force over..
2024.05.28