clab/dynet

Add cuDNN support for RNNs

Open

#574 建立於 2017年5月31日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (701 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (3,433 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南