trtexec --onnx=data/model_gn.onnx --shapes=input:32x3x32x32 --saveEngine=data/model_gn.engine --exportProfile=data/model_gn.json --int8 --useDLACore=0 --allowGPUFallback --useSpinWait --separateProfileRun > data/model_gn.log
The output is attached. It never shows any layer running on DLA. model_gn.log (47.5 KB) term_out.txt (12.3 KB)
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.
All the necessary frameworks/libraries have already been installed by following the steps in the given links. After I fixed the clock frequency, it still does not show which layers are on DLA and which are on GPU.