Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

HAL system provide provides GPU profile functionality via NVIDIA Nsight System CLI and NVIDIA Nsight Compute CLI. Users can generate the profile result files on HAL system and then download them to their local machine to visualize.

NVIDIA Nsight Systems CLI

...

Code Block
nv-nsight-cu-cli -o profile <application> [application-arguments]

Example

We have prepared a simple VecAdd program under /opt/samples/profile/VecAdd, for NVIDIA Nsight System CLI

Code Block
nsys profile VecAdd

and for NVIDIA Nsight Compute CLI

Code Block
nv-nsight-cu-cli -o profile VecAdd