Hi team,
I want to know if we can execute two applications concurrently to compute the performance of cpu and gpu. Is there any sample for multithreading?
Dear @akshay.tupkar,
You can use two pthreads and launch GPU task in one and CPU task in another. We don’t have such a sample demonstrating in DRIVE OS package.
Dear @SivaRamaKrishnaNV
Process will be same to monitor cpu and gpu usage by using nsys command and open the rep file in nsys tool?
Dear @akshay.tupkar,
Yes. One file can capture the traces of cpu and GPU calls. Also, you can check tegrastats for % of CPU/GPU usage at any point of time whe. Application is running.
Dear @SivaRamaKrishnaNV
I tried tegrastats also but i want to see it in GUI because it is more efficient to see the output of tegrastats
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.