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

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


    from fbdca4f  [SYSTEMDS-3273] Federated Timeout
     new 80025dd  [SYSTEMDS-3243] Consistent allocation of MatrixBlock for MM
     new a98560c  [SYSTEMDS-3243] Compressed Matrix Multiplication part
     new 123f996  [MINOR] Remove logging of config settings

The 3 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:
 .../runtime/compress/CompressedMatrixBlock.java    | 105 +---------
 .../runtime/compress/lib/CLALibMatrixMult.java     | 128 ++++++++++++
 .../sysds/runtime/matrix/data/LibMatrixMult.java   | 228 ++++++++++++---------
 .../sysds/runtime/matrix/data/LibMatrixNative.java | 135 ++++++------
 .../sysds/runtime/matrix/data/MatrixBlock.java     |  66 +++---
 .../org/apache/sysds/test/AutomatedTestBase.java   |   2 +-
 .../component/compress/CompressedTestBase.java     |   3 +-
 .../test/component/estim/OpBindChainTest.java      |   4 +-
 .../test/component/estim/OpElemWChainTest.java     |   4 +-
 .../component/estim/SquaredProductChainTest.java   |   2 +-
 10 files changed, 358 insertions(+), 319 deletions(-)
 create mode 100644 
src/main/java/org/apache/sysds/runtime/compress/lib/CLALibMatrixMult.java

Reply via email to