-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Failed to build CUDA engine #1889
Comments
Hi @osamaabdelatif, have you been able to run any of the other examples, like |
Hi @dusty-nv [TRT] 1: [convolutionRunner.cpp::executeConv::511] Error Code 1: Cudnn (CUDNN_STATUS_EXECUTION_FAILED) |
Hi @dusty-nv ii libcudnn8 8.2.1.32-1+cuda10.2 arm64 cuDNN runtime libraries and running cat /usr/include/cudnn_version.h | grep CUDNN_MAJOR -A 2 i get below output to check the cuDNN version #define CUDNN_MAJOR 8
|
Hi, I am trying to run object detection after building the project in my Jetson Nano,
detectnet --camera=csi://0
But i am getting below errors:
[TRT] 1: [convolutionRunner.cpp::executeConv::511] Error Code 1: Cudnn (CUDNN_STATUS_EXECUTION_FAILED)
[TRT] device GPU, failed to build CUDA engine
[TRT] device GPU, failed to load networks/SSD-Mobilenet-v2/ssd_mobilenet_v2_coco.uff
[TRT] detectNet -- failed to initialize.
detectnet: failed to load detectNet model
My environment as below:
Python 3.6.9
OS:
Linux ubuntu 4.9.337-tegra #1 SMP PREEMPT Tue Jun 11 16:07:05 PDT 2024 aarch64 aarch64 aarch64 GNU/Linux
#nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Sun_Feb_28_22:34:44_PST_2021
Cuda compilation tools, release 10.2, V10.2.300
Build cuda_10.2_r440.TC440_70.29663091_0
tensorrt version
Name: tensorrt
Version: 8.2.1.9
nvidia-l4t-core
nvidia-l4t-core 32.7.5-20240611161210
highly appreciating any advice to fix or overcome this issue !
Thank you,
The text was updated successfully, but these errors were encountered: