How to use 2 DLA for the same model

Please provide the following info (tick the boxes after creating this topic):
Software Version
DRIVE OS
Target Operating System
Linux
Hardware
Orin P3710

I used trtexec to run deep learning model with DLA and have a question.

There are 2 DLA in Orin, can I use 2 dla for one model? such as using multiple GPUs.
If I can, how?

Dear @xinran.wang2,
You can use --useDLACore if you are using trtexec tool.
You can use useDLACore() to select specific DLA core(TensorRT: nvinfer1::IBuilderConfig Class Reference)

Note that, one model can use only one DLA

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.