CuDNN RNN

Hi,

I try to use the RNNForward() function of CuDNN. However, I don’t quite understand what values I need to use as parameters to get similar operation to Tensorflow’s RNN layers. (RNN, GRU, LSTM)
While searching the forum I found this post: cudnnRNNForward() issue corresponding to my problem however no solution was given.
Does anyone have an example of CuDNN RNN code that performs a similar operation to Tensorflow implementations?

Thanks

Cuda version : 11.7
Graphics card : NVIDIA GeForce MX250
Cudnn version: 8.0

Hi,

Hope following may help you.

Also we have updated cudnnRNNForward() issue.

Thank you.