386 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
47
views
Google Colab AlexNet.ipynb: OSError: libcudnn.so.8: No such file or directory
I'm trying to learn and implement AlexNet and I'm using this Google Colab notebook to help: https://colab.research.google.com/github/d2l-ai/d2l-en-colab/blob/master/chapter_convolutional-modern/...
0
votes
1
answer
116
views
Error: cupy_backends.cuda.libs.cudnn.CuDNNError: cuDNN Error: CUDNN_STATUS_NOT_SUPPORTED
I am trying to run CuDNN via CuPy but is experiencing the above mentioned error. How do I resolve this error? I have tried to check that all my args and kwargs are correct but still could not figure a ...
-4
votes
1
answer
130
views
Failing to Finalize Execution Plan Using cuDNN Backend to Create a Fused Attention fprop Graph
I am working on implementing the Fused Attention fprop graph pattern. As of now I am only combining two matrix multiplications, meaning g3 and g4 are empty. I believe I have also matched all the ...
0
votes
1
answer
124
views
How to calculate second derivative using gpu and PyTorch
I have a python code segment related to a deep RL algorithm where it calculates the second order optimization and second derivative with Hessian matrix and fisher information matrix. Normally I run ...
2
votes
2
answers
3k
views
jax library error jaxlib.xla_extension.XlaRuntimeError: FAILED_PRECONDITION: DNN library initialization failed
I am working on a code that uses the Jax library, and I run into this error over and over again no matter how I tried to configure my environment:
2024年08月20日 16:26:58.037892: E external/xla/xla/...
1
vote
0
answers
1k
views
RuntimeError: (PreconditionNotMet) Cannot Load cuDNN Shared Library in Docker Container with PaddleOCR
I am currently working on an OCR task using PaddleOCR within a Docker container. I am encountering the following error when trying to execute my application:
RuntimeError: (PreconditionNotMet) Cannot ...
0
votes
1
answer
536
views
TensorFlow 2.16.2 does not detecting my GPU
I got RTX 4060 with driver 560.76.
I installed CUDA 11.8 and copied cuDNN 8.9.7. files to the correct directories in the CUDA installation folder.
I added the right paths to the System variables ...
0
votes
1
answer
2k
views
How to set up cuDNN on WSL2 and poetry?
I got a new machine with an Nvidia GPU (RTX A1000 6GB). I read that the GPU is capable of using CUDA and cuDNN. Now I am trying to set up CUDA with cuDNN on WSL2 (Ubuntu 22.04) and Poetry. CUDA is ...
0
votes
0
answers
82
views
Error creating engineConfig with cuDNN Graph API in custom implementation
I'm working on a custom implementation using cuDNN's Graph API, but I'm encountering an error when creating the engineConfig. I'm trying to implement this directly using cuDNN's backend API calls, ...
0
votes
1
answer
165
views
Problems evaluating CUDNN for SGEMM
I used cudnn to test sgemm for C[stride x stride] = A[stride x stride] x B[stride x stride] below,
Configuration
GPU: T1000/SM_75
cuda-12.0.1/driver-535 installed (via the multiverse repos on ubuntu-...
sof's user avatar
- 9,777
0
votes
0
answers
50
views
Unable to Run TensorFlow in GPU Mode Despite Correct Setup
ISSUE:
I have been trying without success to run TensorFlow in GPU mode. When I run the following code to check for available devices:
from tensorflow.python.client import device_lib
def ...
user avatar
user11694357
0
votes
0
answers
782
views
How do I use ZLUDA with Coqui TTS on an AMD GPU?
I've been searching for this problem for a long time now. Btw, I'm using an RX570 4gb Sapphire Pulse GPU and there are some guides on how to install zluda with SDNext but I believe that does not apply ...
1
vote
1
answer
430
views
Replacement for deprecated cuDNN functions - official NVIDIA migration path?
I have successfully tested a small C++ program which uses the NVIDIA cuDNN API to run code on a GPU. The cuDNN API level is 9.1.1. The program compiles, links and runs OK.
What puzzles me is that ...
14
votes
2
answers
11k
views
UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR
I'm trying to train a model with Yolov8. Everything was good but today I suddenly notice getting this warning apparently related to PyTorch and cuDNN. In spite the warning, the training seems to be ...
0
votes
0
answers
216
views
TensorFlow ImportError: undefined symbol: _ZTIN6snappy4SinkE
I'm trying to import TensorFlow in my conda Python environment, but I'm encountering the following error:
---------------------------------------------------------------------------
ImportError ...