Skip to content

Commit de26703

Browse files
committed
Leave the nsys and ncu installation paths as default for the Nsight Jupyterlab extension, which means they'll just look in PATH.
1 parent 3a639ff commit de26703

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

build/jupyter-generate-nsight-plugin-settings.bash

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ cat << EOF
1010
"host": "${EXTERNAL_IP}",
1111
"dockerHost": "${EXTERNAL_IP}",
1212
"defaultStreamerAddress": "http://${EXTERNAL_IP}"
13-
},
14-
"nsys": {
15-
"installationPath": "/usr/local/cuda",
16-
"args": "--trace=cuda,nvtx,osrt --python-sampling=true --python-backtrace=cuda --cudabacktrace=all"
17-
},
18-
"ncu": {
19-
"installationPath": "/usr/local/cuda"
2013
}
2114
}
2215
EOF
23-

0 commit comments

Comments
 (0)