You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by re...@apache.org on 2019/10/06 03:49:34 UTC

[incubator-mxnet] branch numpy_prs updated (1c0875e -> 66e03c5)

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

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


 discard 1c0875e  Numpy det and slogdet operator (#15861)
 discard dda90dd  Numpy Operators: Inner, Outer, vdot (#15846)
 discard adf288c  Implements ldexp. (#15845)
     add 8096421  Embedding gradient performance optimization on GPU (#16355)
     add c5005e4  Implements ldexp. (#15845)
     add fbfb7d3  Numpy Operators: Inner, Outer, vdot (#15846)
     add 66e03c5  Numpy det and slogdet operators (#15861)

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   (1c0875e)
            \
             N -- N -- N   refs/heads/numpy_prs (66e03c5)

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.

No new revisions were added by this update.

Summary of changes:
 src/operator/tensor/indexing_op.cu | 233 +++++++++++++++++++++++++++++++++++++
 1 file changed, 233 insertions(+)