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 628b4e61b4 Bump actions/setup-python from 3 to 4 (#1633)
new 5e1cbbf0bd [MINOR] Dense&SparseBlock internal toString improvement
new 7c042dc158 [SYSTEMDS-3387] Col & Row Product on Sparse Matrix
new 7aa2e29d79 [SYSTEMDS-3388] TSMM sparse dense rows multi threaded bug
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:
.../org/apache/sysds/runtime/data/DenseBlock.java | 6 ++-
.../apache/sysds/runtime/data/SparseBlockCSR.java | 17 ++++----
.../apache/sysds/runtime/data/SparseBlockMCSR.java | 40 +++++++++++-------
.../org/apache/sysds/runtime/data/SparseRow.java | 27 +++++++++---
.../apache/sysds/runtime/data/SparseRowScalar.java | 5 +++
.../apache/sysds/runtime/data/SparseRowVector.java | 37 +++++++++++++++-
.../sysds/runtime/matrix/data/LibMatrixAgg.java | 49 +++++++++++-----------
.../sysds/runtime/matrix/data/LibMatrixMult.java | 48 +++++++++++----------
.../sysds/test/component/matrix/TSMMTest.java | 42 ++++++++++++++-----
9 files changed, 182 insertions(+), 89 deletions(-)