Hi team,
I am working on Nvidia drive orin which has Drive OS 6.0.8.1. I have downloaded .deb file to install cudnn. I could find libcudnn but I am not able to find cudnn headers. I could not find it at /usr/include/aarch64-linux-gnu nor at /usr/local/cuda-11.4/include.
Where can I find the cudnn headers?
Dear @akshay.tupkar ,
Header files are not available on target. you can find them at /usr/include/aarch64-linux-gnu
on docker.
Please check the cudnn libs at /usr/lib/aarch64-linux-gnu
on target.
yeah @SivaRamaKrishnaNV , I found cudnn.h on docker.
By installing cuDNN library on target, headers automatically get installed on docker?
Dear @akshay.tupkar,
cuDNN is bundled as part of DRIVE OS. You do not need to install cuDNN. To save space on file system, we did not copy headers files to target, as we can cross compile the samples for target.
Dear @SivaRamaKrishnaNV Thanks for this information
I compiled a cuda accelerated face detection code on target. I executed the code but fps is very low and its very slow.Camera window is getting opened but it is capturing frames very slow and its lagging. I compiled the code using nvcc. I calculated its gpu utilisation using tegrastats. The code is utilising GPU 99% but camera is capturing frames at a very low fps
Dear @akshay.tupkar,
Please file a new topic with all details for each issue to avoid cluttering of topics.
Okay dear @SivaRamaKrishnaNV
Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.