How does the NVDLA deep learning accelerator and GPU work in Jetson Xavier

Hello. I researched Nvidia’s accelerator and found that there are NVDLA deep learning accelerator and GPU in Jetson Xavier. I want to know how it works? And is the NVDLA here and the open source NVDLA the same thing?

Moving to Jetson AGX Xavier forum.

Hi,

You can find the DLA document here:

http://nvdla.org/

For Jetson, you will need to use TensorRT library to deploy a DNN model to the DLA processor.

Thanks.