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/22 19:30:32 UTC

[incubator-mxnet] branch master updated (cca9c9b -> b3c91bf)

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 cca9c9b  use MXNET_SAFE_ACCUMULATION for softmax accumulator (#15037)
     add b3c91bf  Safe LayerNorm (#15002)

No new revisions were added by this update.

Summary of changes:
 src/operator/nn/layer_norm-inl.h       | 102 ++++++++-----
 src/operator/nn/layer_norm.cu          | 253 ++++++++++++++++++++-------------
 tests/python/unittest/test_operator.py |  40 +++---
 3 files changed, 245 insertions(+), 150 deletions(-)