This is an automated email from the ASF dual-hosted git repository.
iblis pushed a change to branch ib/jl-fix-clamp-test
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
discard 9f2159b julia/ndarray: fix flaky test cases for `clamp`
discard 871626e Improve CMake handling of sse2 and sse3 Fix #14304 where
CFLAGS were overriden instead of appended to.
new 68efc15 fix custom op fork test (#14753)
new 494c29e [BUGFIX] fix ELU function will appear nan when calculating
the gradient (#14673)
new da7fff7 fix min max on zero-sized ndarray (#14745)
new ae2e430 julia/ndarray: fix flaky test cases for `clamp`
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 (9f2159b)
\
N -- N -- N refs/heads/ib/jl-fix-clamp-test (ae2e430)
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 9515 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:
CMakeLists.txt | 14 +++++-------
python/mxnet/gluon/nn/activations.py | 3 ++-
src/operator/tensor/broadcast_reduce_op.h | 27 ++++++++++++++++++++++++
src/operator/tensor/broadcast_reduce_op_value.cc | 4 ++--
tests/python/gpu/test_operator_gpu.py | 1 +
tests/python/unittest/test_gluon.py | 2 +-
tests/python/unittest/test_operator.py | 20 +++++++++++++++++-
7 files changed, 57 insertions(+), 14 deletions(-)