Skip to content

Commit

Permalink
Increase duration in nsys profile (#1906)
Browse files Browse the repository at this point in the history
Fixes #1905 

Increase the profiling duration in nsys, as the KeyError seems to occur
because the profile did not have sufficient time to reach the
post-processing step.

### Checks
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [ ] Avoid including large-size files in the PR.
- [ ] Clean up long text outputs from code cells in the notebook.
- [ ] For security purposes, please check the contents and remove any
sensitive info such as user names and private key.
- [ ] Ensure (1) hyperlinks and markdown anchors are working (2) use
relative paths for tutorial repo files (3) put figure and graphs in the
`./figure` folder
- [ ] Notebook runs automatically `./runner.sh -t <path to .ipynb file>`

Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu authored Dec 20, 2024
1 parent e0bba33 commit 5ea7dce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"!nsys profile \\\n",
" --trace nvtx,osrt,cudnn,cuda, \\\n",
" --delay 5 \\\n",
" --duration 10 \\\n",
" --duration 20 \\\n",
" --show-output true \\\n",
" --force-overwrite true \\\n",
" --output profile_report.nsys-rep \\\n",
Expand Down

0 comments on commit 5ea7dce

Please sign in to comment.