clab/dynet

Add cuDNN support for RNNs

Open

#574 ouverte le 31 mai 2017

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (701 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (3 433 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

It would be nice to have cuDNN speedup for SimpleRNN, LSTM and GRU.

While cuDNN will likely not be able to accelerate incremental RNN construction, we can special case the .transduce(seq) and .add_inputs(seq) implementations to make use of the acceleration.

Guide contributeur