You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pa...@apache.org on 2020/01/06 13:21:09 UTC

[incubator-mxnet] branch master updated (3e638b4 -> 83a23b0)

This is an automated email from the ASF dual-hosted git repository.

patriczhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 3e638b4  minor fix for ncf readme (#17191)
     add 83a23b0  MKL-DNN RNN backward path enhancement (#17183)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_base-inl.h |   9 +-
 src/operator/nn/mkldnn/mkldnn_rnn-inl.h  |   9 +-
 src/operator/nn/mkldnn/mkldnn_rnn.cc     | 349 +++++++++++++++----------------
 src/operator/operator_common.h           |  18 ++
 src/operator/rnn.cc                      |   6 +-
 tests/python/unittest/test_gluon_rnn.py  | 124 +++++++++++
 6 files changed, 322 insertions(+), 193 deletions(-)