-
Notifications
You must be signed in to change notification settings - Fork 364
🐛 [Bug] Segmentation Fault when running on Jetson Orin NX #1891
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
To add some more context, this is the stacktrace when running python in gdb:
And this is the output when setting debug outputs to
|
@bowang007 can you take a look? |
@narendasan sure. |
Hi @bowang007, just wanted to check if you had a chance already to verify this? |
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days |
Bug Description
I built TensorRT for the Jetson Orin NX. I followed the instructions here and am building on the Jetson on the
pyt2.0
branch, which uses the TensorRT 1.4.0 RC.To Reproduce
I use the test script from here. When I try to run it, I get the following output:
Expected behavior
The test model is converted successfully.
Environment
conda
,pip
,libtorch
, source): NVidia compiled version, torch works on CUDA.bazel build //:libtorchtrt --platforms //toolchains:jetpack_5.0
python3 setup.py install --use-cxx11-abi --jetpack-version 5.0
Additional context
Output of
python3 -m torch.utils.collect_env
:The text was updated successfully, but these errors were encountered: