Open bzamecnik opened 6 years ago
This option will suppress saving runtime/driver API calls that we remove from the sqlite file afterwards.
https://docs.nvidia.com/cuda/profiler-users-guide/index.html#nvprof-command-line-options-cuda
So use:
nvprof --profile-api-trace none -o foo.sqlite python train.py
This option will suppress saving runtime/driver API calls that we remove from the sqlite file afterwards.
https://docs.nvidia.com/cuda/profiler-users-guide/index.html#nvprof-command-line-options-cuda
So use: