DLA and GPU run concurrently in Xaiver

Could DLA and GPU run in the same time by default? Let’s say, I have one process using gpu and another process using DLA.

Do I need to configure anything to enable this feature?

Hi,

YES. DLA is designed for offloading the inferencing jobs.

And you don’t need to apply any extra configure for this.
Just make sure you have process running on both DLA and GPU.
[url]https://devblogs.nvidia.com/nvidia-jetson-agx-xavier-32-teraops-ai-robotics/[/url]

Thanks.