reprospect.installers.nsight_systems module
- reprospect.installers.nsight_systems.detect_cuda_version() strView on GitHub
Detect CUDA version using the following strategies:
CUDA_VERSIONenvironment variablenvidia-smi --querynvcc --version
- reprospect.installers.nsight_systems.install(*, args: Namespace) NoneView on GitHub
Install Nsight Systems through apt.
- reprospect.installers.nsight_systems.main() NoneView on GitHub
- reprospect.installers.nsight_systems.parse_args() NamespaceView on GitHub
Parse CLI arguments.