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 2019/05/17 04:07:51 UTC

[incubator-mxnet] branch master updated (d87bd2a -> 8d6ac4a)

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 d87bd2a  Fix the incorrect MKLDNN/MKL logic in cmake  (#14877)
     add 8d6ac4a  Support 3D input for MKL-DNN softmax operator (#14818)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/mkldnn/mkldnn_base-inl.h |  2 +-
 src/operator/nn/mkldnn/mkldnn_softmax.cc | 61 ++++++++++++++++++++++----------
 src/operator/nn/softmax.cc               |  2 +-
 3 files changed, 44 insertions(+), 21 deletions(-)