jetson_dla_tutorial icon indicating copy to clipboard operation
jetson_dla_tutorial copied to clipboard

Unsupported on DLA. Switching this layer's device type to GPU.

Open zhangsong1234 opened this issue 9 months ago • 0 comments

trtexec --onnx=truck.onnx --saveEngine=truck-detect.engine --exportProfile=model_gn.json --fp16 --useDLACore=0 --allowGPUFallback --useSpinWait --separateProfileRun > model_gn.log

[W] [TRT] Layer '/model.24/Constant_1_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '(Unnamed Layer* 277) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Constant_2_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Constant_3_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '(Unnamed Layer* 282) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Constant_4_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '(Unnamed Layer* 285) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Constant_5_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '(Unnamed Layer* 288) [Shuffle]' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] /model.24/Pow: DLA cores do not support POW ElementWise operation. [W] [TRT] Layer '/model.24/Pow' (ELEMENTWISE): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Constant_6_output_0' (CONSTANT): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] /model.24/Concat: DLA only supports concatenation on the C dimension. [W] [TRT] Layer '/model.24/Concat' (CONCATENATION): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Reshape_1' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Reshape_2' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU. [W] [TRT] Layer '/model.24/Transpose_1' (SHUFFLE): Unsupported on DLA. Switching this layer's device type to GPU.

zhangsong1234 avatar May 14 '24 06:05 zhangsong1234