Questions tagged [cudnn]
5 questions
2
votes
1 answer
Stuck at booting after upgrading
My GPU is NVIDIA - GeForce RTX 3090 Ti, and the OS is Ubuntu 18.04.
As my code didn’t work, I checked the versions of python, pytorch, cuda, and cudnn.
Python: 3.6
torch. version : 1.4.0
torch.version.cuda : 10.1 (nvidia-smi shows CUDA version…
user12077723
- 23
- 2
1
vote
2 answers
Can't build Darknet with CUDNN support
I`m trying to compile the sources from https://github.com/pjreddie/darknet using manjaro linux. But the build is having problems when I try to use the CUDNN switch.
g++ -DOPENCV -I/usr/include/opencv4/opencv2/ `pkg-config --cflags opencv` -DGPU…
vfbsilva
- 3,657
- 3
- 28
- 42
0
votes
1 answer
Apt package pinning: not working for libcudnn8
I set up the following pinning rule:
Package: cuda
PIN: version 12.1.0-1
Pin-Priority: 9999
Package: libcudnn8
PIN: version 8.5.0.96-1+cuda11.7
Pin-Priority: 99999
Package: libcudnn8-dev
PIN: version 8.5.0.96-1+cuda11.7
Pin-Priority: 9999
When…
mutableVoid
- 168
- 7
0
votes
1 answer
Installing Ubuntu 18.04 cuDNN on Ubuntu 19.10
I would like to install NVidia cuDNN on my Ubuntu 19.10 machine. The cuDNN download page only offers Ubuntu 18.04. Can I just go ahead and install an 18.04 package on 19.10 and assume that it will probably work?
Lars Ericson
- 103
- 4
0
votes
0 answers
Cuda with Conda installation - libcuda.so.1 not found
I've been trying to install CONDA with Cuda in Centos 7. I am following this installation. When I go through with the install I get no errors thrown until I try to import tensorflow in the environment. When I do, the following stack-trace…
user355881