You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2021/07/06 14:43:45 UTC

[incubator-mxnet] branch master updated (0716dc0 -> c68dffe)

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

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


    from 0716dc0  change argument order (#20413)
     add c68dffe  Add interleaved_matmul_* to npx namespace (#20375)

No new revisions were added by this update.

Summary of changes:
 src/operator/contrib/transformer.cc       |    4 +
 src/operator/tensor/elemwise_sum.cc       |    1 +
 src/operator/tensor/matrix_op.cc          |    1 +
 tests/python/gpu/test_numpy_op.py         |  122 +-
 tests/python/unittest/test_numpy_op.py    | 2335 +++++++++++++++++------------
 tests/python/unittest/test_subgraph_op.py |   28 +-
 6 files changed, 1442 insertions(+), 1049 deletions(-)