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

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


    from 0415a2f  Eliminate common expressions (#15657)
     add 8c22fac  Aggregated adamw update (#16398)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/contrib.py                 |  56 +++-
 src/operator/contrib/adamw-inl.h                | 368 +++++++++++++++++++++---
 src/operator/contrib/adamw.cc                   | 166 +++++++++--
 src/operator/contrib/adamw.cu                   |  34 +--
 tests/python/gpu/test_operator_gpu.py           |   1 +
 tests/python/unittest/test_contrib_optimizer.py | 236 ++++++++-------
 6 files changed, 666 insertions(+), 195 deletions(-)

Reply via email to