You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/nvidia-cuda-toolkit/files/nvidia-cuda-toolkit-11.2.0-...

13 lines
617 B

--- 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"