-
Notifications
You must be signed in to change notification settings - Fork 47
Failed to build engine parser #1
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
Comments
Thanks a lot. It is working. |
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) |
I didn't write this code. I don't have DRIVE AGX Orin, you can write a C++ code yourself. |
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
The text was updated successfully, but these errors were encountered: