Questions tagged [cudnn]

The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks.

The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library of primitives for deep neural networks. cuDNN provides highly tuned GPU implementations of standard routines such as forward and backward convolution, pooling, normalization, and activation layers, exposed by a C++ API.

Please use this tag only if you are writing or building code which uses the cuDNN APIs. If you are having problems with installing or running frameworks or libraries which use cuDNN internally, please tag those questions with the library or framework in question, and refrain from tagging them with this tag.

385 questions
-2
votes
2 answers

Trying to use tensorflow with GPU but got "Could not load dynamic library 'cudart64_110.dll'", I have cudatool kit and cuDNN installed

I'nm new to the tensorflow and I'm trying to train a CNN for image classification. Here is the error I got: 2022-11-15 11:18:50.087877: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library…
YiSan
  • 19
  • 5
-2
votes
2 answers

make command in windows 10 generating the error:

Here's the code, I am trying to compile using make command in command prompt. nvcc := "C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.0/bin/nvcc" cudalib := "C:/Program Files/NVIDIA GPU Computing…
-2
votes
2 answers

I have been trying to build tensorflow with GPU support for about a week now and keep running into installation issues

I have been trying to build tensorflow with GPU support for about a week now and keep running into installation issues with bazel. Granted, I am able to run my GPU outside of this process. Windows 10 machine , cuda 8.0, cudnn 5.1 I believe it has…
terp26
  • 29
  • 4
-2
votes
1 answer

how to install cudnn5.1 with cuda 8.0 support for tensorflow?

I am unable to find the cudnn-8.0-linux-x64-v5.1.tgz file. The download link has only .deb file and when I install it using sudo dpkg -i /path/to/deb/file I get libcudnn.so.5.1.5 file and not the headers (cudnn.h). Where can I get the .tgz file…
-2
votes
1 answer

cuDNN Error ARCH_MISMATCH on a Kepler GPU

I'm just running the Alea TK samples. As long as I don't activate cuDNN things work will except for the CNN, since it uses Pooling2D which relies on cuDNN. If I now activate cuDNN (via app.config) I get this error [cuDNN Error] ARCH_MISMATCH as soon…
Sam7
  • 3,382
  • 2
  • 34
  • 57
-4
votes
0 answers

InternalError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version

I was trying to run a cycleGAN-keras code from GitHub, which recommended on: ubuntu 16.04; python 3.6; keras 2.1.2; Tensorflow 1.0.1; NVIDIA GPU+CUDA8.0 CuDNN6 OR CuDNN5. But my GPU is RTX3090 (CUDA Version: 11.4) and the driver cannot be…
-4
votes
1 answer

On windows11, nvcc cannot show the correct version of CUDA

The version I originally installed is 11.6. To match the tensorflow2.11.0, I had to install the v11.2 of CUDA, during which I first uinstall the newer version of CUDA(every thing about it) and then install the earlier version that is 11.2. However,…
-4
votes
1 answer

Does cuDNN support Tesla M60?

As the official website for cuDNN mentioned the following: cuDNN is supported on Windows, Linux and MacOS systems with Pascal, Kepler, Maxwell, Tegra K1 or Tegra X1 GPUs. So Tesla M60 is not mentioned here, although it has compute capability = 5…
H.H
  • 281
  • 1
  • 4
  • 12
1 2 3
25
26