Always DLA0 is active and DLA1 is suspended

I use setDLACore() to select which DLA to work, and get DLA information via the command shared below.

watch -n 1 "cat /sys/devices/platform/host1x/15880000.nvdla0/power/runtime_status"
watch -n 1 "cat /sys/devices/platform/host1x/158c0000.nvdla1/power/runtime_status"

But whenever I select DLA0 or DLA1, always the DLA0 is active and DLA1 is suspended

NVIDIA Jetson AGX Xavier [16G] - Jetpack 4.6 [L4T 32.6.1]

Sorry for the late response, is this still an issue to support? Thanks

Hi,

Could you try the similar with our trtexec binary as well?

$ /usr/src/tensorrt/bin/trtexec --useDLACores=0 ...

Thanks.

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