Nvrtc error and aborted (core dump) on jetson nano

Hi all, I am using jetson nano to convert onnx to tensorrt. when I run this command: /usr/src/tensorrt/bin/trtexec --onnx=yolov4_608.onnx --explicitBatch --saveEngine=yolov4_608.trt --workspace=1024 --fp16
I got the error:
nvrtc: error: failed to load builtins for compute_53.
terminate called after throwing an instance of ‘pwgen::PwgenException’
what(): NVRTC error:
Aborted (core dumped)

Any suggestion for this issue please ?? Thank you !!

Hi,

Which JetPack version do you use?
If not the latest (JetPack 4.5.1), could you give it a try?

Thanks.

Thanks for giving me the suggestion. I am using JetPack 4.5 and I don’t really want to do that but what I had done is to reinstall the JetPack. Maybe I didn’t install libs or packages properly !!!