When I deploy a model using DLA, Can I also use cuda graph to capture?

the question as the title

Hi,
Here are some suggestions for the common issues:

1. Performance

Please run the below command before benchmarking deep learning use case:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

2. Installation

Installation guide of deep learning frameworks on Jetson:

3. Tutorial

Startup deep learning tutorial:

4. Report issue

If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.

Thanks!

Can I use cuda graph when i use dla to accelator my model inference?

Hi,

DLA doesn’t support CUDA graph.

Please divide the model into different parts, capture the GPU model with CUDA Graph, and run the DLA model in the way that there’s no GPU fallback inside.

Thanks.

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