Versions Compared

Key

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

...

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

Code Block
swrun -p gpux1
cd /opt/samples/profile/
nsys profile VecAdd

and for NVIDIA Nsight Compute CLI

Code Block
swrun -p gpux1
module load nsight_compute/2019.5.1
cd /opt/samples/profile/
nv-nsight-cu-cli -o profile VecAdd

...