You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2019/05/21 00:26:42 UTC

[incubator-mxnet] branch master updated (96dd059 -> 8ae24bf)

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

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


    from 96dd059  Fix test randint (#14990)
     add 8ae24bf  LayerNorm acceleration on GPU  (#14935)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/layer_norm-inl.h |  23 +-
 src/operator/nn/layer_norm.cc    |  16 +
 src/operator/nn/layer_norm.cu    | 653 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 686 insertions(+), 6 deletions(-)