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/04/15 05:26:18 UTC

[incubator-mxnet] branch v1.x updated (0d3aa67 -> 6fa374b)

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

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


    from 0d3aa67  Workaround gnu_tls handshake error on Ubuntu 14.04 Nvidia Docker (#18044)
     add 6fa374b  [v1.x] Backport #17702 and #17872 to v1.x branch (#18038)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/rnn/rnn_layer.py      |   1 +
 src/operator/nn/mkldnn/mkldnn_base-inl.h |   8 --
 src/operator/nn/mkldnn/mkldnn_rnn-inl.h  |  16 ++-
 src/operator/nn/mkldnn/mkldnn_rnn.cc     |  43 +++---
 src/operator/rnn-inl.h                   |  33 +++--
 src/operator/rnn.cc                      |  44 +++---
 src/operator/rnn_impl.h                  |  48 +++++--
 tests/python/unittest/test_gluon_rnn.py  | 222 ++++++++++++++++++++++++++-----
 8 files changed, 311 insertions(+), 104 deletions(-)