You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by bg...@apache.org on 2022/06/28 12:53:33 UTC

[incubator-mxnet] branch master updated (c486a0e304 -> cdffaf0994)

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

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


    from c486a0e304 [master] Node elimination graph pass (#21046)
     add cdffaf0994 [FEATURE] Add tanh approximation for GeLU activation (#21034)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/gluon/nn/activations.py               | 12 +++++-
 .../_op_translations/_op_translations_opset12.py   |  2 +-
 .../operator/numpy_extension/npx_leaky_relu_op.cc  |  6 ++-
 src/common/cuda/rtc/backward_functions-inl.h       |  2 +-
 src/common/cuda/rtc/forward_functions-inl.h        |  2 +-
 src/operator/fusion/fused_op-inl.h                 |  4 +-
 src/operator/leaky_relu-inl.h                      | 42 +++++++++++++++-----
 src/operator/leaky_relu.cc                         | 19 ++++++++-
 src/operator/mshadow_op.h                          | 45 +++++++++++++++-------
 src/operator/nn/dnnl/dnnl_act.cc                   |  6 ++-
 src/operator/operator_tune.cc                      |  6 ++-
 src/operator/subgraph/dnnl/dnnl_conv_property.h    |  3 +-
 tests/python/dnnl/subgraphs/test_conv_subgraph.py  | 22 ++++++++---
 tests/python/dnnl/subgraphs/test_fc_subgraph.py    |  2 +-
 tests/python/unittest/test_numpy_gluon.py          |  5 +++
 tests/python/unittest/test_operator.py             | 32 ++++++++++++---
 16 files changed, 161 insertions(+), 49 deletions(-)