clab/dynet

Add cuDNN support for RNNs

Open

#574 geöffnet am 31. Mai 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (701 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (3.433 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide