Hello,
In the Release Notes of JetPack 4.2, they mentioned that: “Note that performance from running two Deep Learning Accelerators at the same time sums up as expected”.
When I checked TensorRT documentation, there is only a function setDLACore that takes a boolean for the engine ID, so I don’t see how can I use both DLA engines at the same time, is there a function that is not mentioned in the documentation?
Edit: I know we can assign different DLA engines to different layers, but that won’t make them run in parallel AFAIK.
Thanks.