You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/03/07 12:24:04 UTC

[systemds] branch master updated (32c86b5 -> 8771d17)

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

baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from 32c86b5  [SYSTEMDS-2884] CLA Shared Mapping abstract
     add 8771d17  [SYSTEMDS-2761] Transpose in place

No new revisions were added by this update.

Summary of changes:
 .../org/apache/sysds/runtime/data/DenseBlock.java  |  21 +-
 .../sysds/runtime/matrix/data/LibMatrixReorg.java  | 687 ++++++++++++++++++++-
 .../sysds/runtime/matrix/data/MatrixBlock.java     |   4 +
 .../component/matrix/TransposeInplaceTest.java     | 133 ++++
 4 files changed, 819 insertions(+), 26 deletions(-)
 create mode 100644 src/test/java/org/apache/sysds/test/component/matrix/TransposeInplaceTest.java