Convert onnx to engine ,Error. Need help

Description

I use command “./trtexec --onnx=/home/dsm/Desktop/dms/Yanxin_Project_DMS/output_simplified10.onnx --saveEngine=test.trt --best --memPoolSize=workspace:4096” convet onnx to engine file on jetson nano agx
And I got this error ."
[04/13/2025-21:21:18] [I] [TRT] Local timing cache in use. Profiling results in this builder pass will not be stored.
[04/13/2025-21:21:18] [E] Error[9]: Error Code: 9: Skipping tactic 0x3f243c490d502deb due to exception initDeviceReservedSpace
[04/13/2025-21:21:18] [E] Error[9]: Error Code: 9: Skipping tactic 0xf067e6205da31c2e due to exception initDeviceReservedSpace
[04/13/2025-21:21:18] [E] Error[9]: Error Code: 9: Skipping tactic 0x503619c69ae500ff due to exception initDeviceReservedSpace
[04/13/2025-21:21:18] [E] Error[9]: Error Code: 9: Skipping tactic 0xc3cf6e1d1c6aff27 due to exception initDeviceReservedSpace
[04/13/2025-21:21:18] [E] Error[9]: Error Code: 9: Skipping tactic 0x5deb29b7a8e275f7 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0x9808072e706def96 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0xf64396b97c889179 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0xa8609adc4e0ceb90 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0xa8ef60e712f8ad24 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0xbdfdef6b84f7ccc9 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0xf90060ce8193b811 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0xae0c89d047932ba3 due to exception initDeviceReservedSpace
[04/13/2025-21:21:19] [E] Error[9]: Error Code: 9: Skipping tactic 0xc7feb33970feefa7 due to exception initDeviceReservedSpace
[04/13/2025-21:21:20] [E] Error[9]: Error Code: 9: Skipping tactic 0x17173deba0b64484 due to exception initDeviceReservedSpace
[04/13/2025-21:21:20] [E] Error[9]: Error Code: 9: Skipping tactic 0xe47307053a42b3e4 due to exception initDeviceReservedSpace
[04/13/2025-21:21:20] [E] Error[9]: Error Code: 9: Skipping tactic 0x3e2b881168d9689d due to exception initDeviceReservedSpace
[04/13/2025-21:21:20] [E] Error[9]: Error Code: 9: Skipping tactic 0x7bc32c782b800c48 due to exception initDeviceReservedSpace
[04/13/2025-21:21:20] [E] Error[9]: Error Code: 9: Skipping tactic 0xa4ae2d82115c3e83 due to exception initDeviceReservedSpace
[04/13/2025-21:21:20] [E] Error[9]: Error Code: 9: Skipping tactic 0xff6944b17d5b2e32 due to exception initDeviceReservedSpace
[04/13/2025-21:21:20] [E] Error[9]: Error Code: 9: Skipping tactic 0x69c4e2ca38eadce2 due to exception initDeviceReservedSpace
[04/13/2025-21:21:21] [E] Error[9]: Error Code: 9: Skipping tactic 0xfe80445f7bb61a99 due to exception initDeviceReservedSpace
[04/13/2025-21:21:21] [E] Error[9]: Error Code: 9: Skipping tactic 0x0f47434ace2a7d18 due to exception initDeviceReservedSpace
[04/13/2025-21:21:21] [E] Error[9]: Error Code: 9: Skipping tactic 0xeb494e2e67f079d4 due to exception initDeviceReservedSpace
[04/13/2025-21:21:21] [E] Error[9]: Error Code: 9: Skipping tactic 0x9fc2bcaa51428a78 due to exception initDeviceReservedSpace
[04/13/2025-21:21:21] [E] Error[9]: Error Code: 9: Skipping tactic 0xc27fa49e07d992c2 due to exception initDeviceReservedSpace
[04/13/2025-21:21:21] [E] Error[9]: Error Code: 9: Skipping tactic 0x7a2c2a831965ff85 due to exception initDeviceReservedSpace
[04/13/2025-21:21:21] [E] Error[10]: IBuilder::buildSerializedNetwork: Error Code 10: Internal Error (Could not find any implementation for node /conv_in/Conv.)
[04/13/2025-21:21:21] [E] Error[1]: [checkMacros.cpp::catchCudaError::205] Error Code 1: Cuda Runtime (no kernel image is available for execution on the device)
"

Environment

**TensorRT Version :10.2.19
GPU Type:
Nvidia Driver Version:
CUDA Version: 12.5
CUDNN Version: 8.9.7
Operating System + Version: ubuntu 22.04
apt show nvidia-tensorrt
Package: nvidia-tensorrt
Version: 6.2+b77
Priority: standard
Section: metapackages
Source: nvidia-tensorrt (6.2)
Maintainer: NVIDIA Corporation
Installed-Size: 205 kB
Depends: tensorrt-libs (= 10.3.0.30-1+cuda12.5)

I have tried to set opset =9, 10 ,11 of onnx .but still not work.

Hi @wk2008cumt ,
Please reach out to jetson nano agx forum.
Likely the issue is coming from there.

Thanks