None of the algorithms provided by cuDNN heuristics worked; trying fallback algorithms. #1744
-
Hi, I'm trying to do some more involved operations on my CNN gradients but I always get error messages similar to these:
Although these are only warnings and the calculation can still be carried out, the code seems to run quite slowly and in a different case the program even silently crashes after these messages which might be related. Is there anything I can do to make my convulations more amenable to GPU acceleration? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @JGameCreation, this looks like a compatibility problem to me. Which versions (JAX, CUDA, cuDNN) are you using? Maybe try running your code on Colab and see if the warnings still occur. |
Beta Was this translation helpful? Give feedback.
Hi @JGameCreation, this looks like a compatibility problem to me. Which versions (JAX, CUDA, cuDNN) are you using? Maybe try running your code on Colab and see if the warnings still occur.