You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sx...@apache.org on 2019/10/11 21:00:22 UTC

[incubator-mxnet] branch master updated (7f5e687 -> ca30ba8)

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

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


    from 7f5e687  numpy-compatible histogram (#16266)
     add ca30ba8  Pseudo 2D transpose kernel (#16229)

No new revisions were added by this update.

Summary of changes:
 src/operator/tensor/matrix_op-inl.h              |  16 ++
 src/operator/tensor/pseudo2DTranspose_op-inl.cuh | 348 +++++++++++++++++++++++
 tests/python/unittest/test_operator.py           |  39 +++
 3 files changed, 403 insertions(+)
 create mode 100644 src/operator/tensor/pseudo2DTranspose_op-inl.cuh