How to use LSTM on OpenCL

I would like to inquire why there is almost no one using OpenCL to implement LSTM.

For those not aware of the acronym you’re using…

  • LSTM - Long Short-Term Memory. A type of RNN designed by Hochreiter & Schmidhuber.
  • RNN - Recurrent Neural Network (RNN)