summaryrefslogtreecommitdiff
path: root/dev-util/nvidia-cuda-toolkit/files/nvidia-cuda-toolkit-11.2.0-nsight-systems-launcher.patch
blob: 721514729c5cbc5ce77c0d9e8d8da172c367a198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/builds/integration/nsight-systems/nsight-sys
+++ b/builds/integration/nsight-systems/nsight-sys
@@ -24,7 +24,7 @@
 
 DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
 CUDA_INSTALL_DIR=$(cd "$DIR/.." && pwd)
-try_exec "$CUDA_INSTALL_DIR"/nsight-systems-2020.4.3/host-linux-x64/nsight-sys "$@"
-try_exec /opt/nvidia/nsight-systems/2020.4.3/host-linux-x64/nsight-sys "$@"
+try_exec "$CUDA_INSTALL_DIR"/nsight-systems-2020.4.3/host-linux-x64/nsys-ui "$@"
+try_exec /opt/nvidia/nsight-systems/2020.4.3/host-linux-x64/nsys-ui "$@"
 
 die "Error: Nsight Systems 2020.4.3 hasn't been installed with CUDA Toolkit 11.2"