reprospect.installers.nsight_systems module

reprospect.installers.nsight_systems.detect_cuda_version() strView on GitHub

Detect CUDA version using the following strategies:

  1. CUDA_VERSION environment variable

  2. nvidia-smi --query

  3. nvcc --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.