Use DLA for ONNX-Runtime

Hi,

I have build onnxruntime with CUDA and TRT manually.
And trying to use DLA of AGX Xavier.
Does it support to build onnxruntime package to use DLA hardware resource?
Is there any guide about it?

Thanks a lot.

Hi,

Onnxruntime doesn’t support DLA.
Please use TensorRT to deploy a model on the DLA.

Thanks.