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

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


    omit 7b6d8fa  Temporarily disable test_amp
    omit 0282932  Change np_compat to np_shape
    omit cc5038f  [numpy] Refactor np module (example runs through) (#15055)
    omit 600a544  [numpy] Refactor np modules (#14989)
    omit 543c38a  [numpy] Some np ops for d2l (#14924)
    omit 69a4637  numpy-compatible mean (#14859)
    omit 5f3e712  [numpy] Numpy dot (#14831)
    omit e365646  Enable np op compat check with name prefix (#14897)
    omit f1a3b36  [numpy] Infra for supporting numpy ops in imperative mode and 
Gluon APIs (#14758)
    omit 58332ce  [Do not review] [Do not merge] New numpy-compatible sum 
(#14739)
     add 6b8e107  fix the if condition for LayerNorm (#15094)
     add 50495d7  NAG Optimizer with multi-precision support (#14568)
     add 3143858  fix gluon rnn cell single step unroll (#15081)
     add 294a34a  move amp test and change op support to warning (#15085)
     new 78633f7  [Do not review] [Do not merge] New numpy-compatible sum 
(#14739)
     new 9bfb2ce  [numpy] Infra for supporting numpy ops in imperative mode and 
Gluon APIs (#14758)
     new ee21b76  Enable np op compat check with name prefix (#14897)
     new 6a5d367  [numpy] Numpy dot (#14831)
     new 289b818  numpy-compatible mean (#14859)
     new 99ce5d1  [numpy] Some np ops for d2l (#14924)
     new 80bd78a  [numpy] Refactor np modules (#14989)
     new 24eaed2  [numpy] Refactor np module (example runs through) (#15055)
     new 70ef881  Change np_compat to np_shape
     new 3e967b5  Temporarily disable test_amp

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7b6d8fa)
            \
             N -- N -- N   refs/heads/numpy (3e967b5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 python/mxnet/gluon/rnn/rnn_cell.py                 |   5 +-
 python/mxnet/optimizer/optimizer.py                |  58 ++++++--
 src/operator/nn/layer_norm.cc                      |   5 +-
 src/operator/optimizer_op-inl.h                    | 163 ++++++++++++++++++++-
 src/operator/optimizer_op.cc                       |  57 ++++++-
 src/operator/optimizer_op.cu                       |   6 +
 .../unittest/{test_amp.py => test_contrib_amp.py}  |  40 ++---
 tests/python/unittest/test_gluon_rnn.py            |  53 +++----
 tests/python/unittest/test_optimizer.py            |  28 ++--
 9 files changed, 330 insertions(+), 85 deletions(-)
 rename tests/python/unittest/{test_amp.py => test_contrib_amp.py} (60%)

Reply via email to