Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zhangsong1234 opened this issue May 14, 2024 · 0 comments
Open

Comments

@zhangsong1234
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant