Please provide the following info (check/uncheck the boxes after clicking “+ Create Topic”): Software Version
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
SDK Manager Version
1.6.0.8170
1.5.1.7815
1.5.0.7774
other
Host Machine Version
native Ubuntu 18.04
other
Hi guys,
As we know, there are two GPUs inside AGX, internal GPU (weak one) and external PCI GPU (strong one).
Is there document and example code to show me how to use those two GPU separately?
Another question is tegrastats command showing GPU usage always 0%. Do we have any other validated GPU monitor tools?
Dear @Peter_Pertrili,
iGPU means integrated GPU which is part of Xavier SoC. dGPU means discrete GPU which is connected via NVLink.
Nsight systems( nsys) comes with DRIVE release and should present at /usr/local/cuda/bin/. Make sure your system has only one CUDA version that gets installed with DRIVE release which is flashed on the target. Please check NVIDIA Documentation for more details
Dear @Peter_Pertrili,
In general, on a multi GPU system, GPU device numbers are enumerated in the order of their performance. You can check the order by running CUDA DeviceQuery sample.
On DRIVE AGX Pegasus, 0 means dGPU and 1 means iGPU.
Could you confirm if the nsys was checked on Host?