DLA sample

Hi, I’m trying to run a DLA sample test on my DLA to figure out if its working or not. Would you guys have any suggestions for samples I could use? Are tensor RT samples good?

Hi,

YES.
You can test DLA by trtexec with --useDLACore=N option.

Ex.

$ /usr/src/tensorrt/bin/trtexec --deploy=/usr/src/tensorrt/data/googlenet/googlenet.prototxt --useDLACore=0 --allowGPUFallback--output=prob

Thanks.