Failed to build engine parser
Hii, when I execute ./bevdemo ../configure.yaml , got error
ERROR: 3: [runtime.cpp::deserializeCudaEngine::36] Error Code 3: API Usage Error (Parameter check failed at: runtime/rt/runtime.cpp::deserializeCudaEngine::36, condition: (blob) != nullptr ) ERROR: Failed to build engine parser! free(): double free detected in tcache 2 Aborted (core dumped)
Please resolve it
Hii, when I execute ./bevdemo ../configure.yaml , got error
ERROR: 3: [runtime.cpp::deserializeCudaEngine::36] Error Code 3: API Usage Error (Parameter check failed at: runtime/rt/runtime.cpp::deserializeCudaEngine::36, condition: (blob) != nullptr ) ERROR: Failed to build engine parser! free(): double free detected in tcache 2 Aborted (core dumped)
Please resolve it
Please check if the path name in your configure.yaml is consistent with your engine file name!
Thanks a lot. It is working. I have one question. Can I use tensorrt engine build on x86 architecture for inference on aarch64 architecture or I have to build create engine on aarch64 architecture using this repository?
Thanks a lot. It is working. I have one question. Can I use tensorrt engine build on x86 architecture for inference on aarch64 architecture or I have to build create engine on aarch64 architecture using this repository?
TensorRT 8.6 and previous versions do not allow this. I suggest you to create a engine on aarch64 architecture.
Hii, Thanks a lot for your quick replies. Can you provide C++ API code for export_engine, because my Drive AGX Orin board supports only C++ API of TensorRT (TensorRT Version 8.5). (DRIVE OS 6.0.6 on Drive AGX Orin board) Or If you have any method to install TensorRT Python package for DRIVE AGX Orin, it would be very helpful if you suggest that method. Thanks in advance.
Hii, Thanks a lot for your quick replies. Can you provide C++ API code for export_engine, because my Drive AGX Orin board supports only C++ API of TensorRT (TensorRT Version 8.5). (DRIVE OS 6.0.6 on Drive AGX Orin board) Or If you have any method to install TensorRT Python package for DRIVE AGX Orin, it would be very helpful if you suggest that method. Thanks in advance.
I didn't write this code. I don't have DRIVE AGX Orin, you can write a C++ code yourself.