This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.
from c50165d [MINOR] Singleton Federated SSL context
new 02bd797 [SYSTEMDS-2744] Minor performance improvements sparse
operations
new 9641173 [SYSTEMDS-2550] Fix in-memory reblock for federated
matrices/frames
The 2 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:
.../apache/sysds/hops/recompile/Recompiler.java | 46 +++---
.../apache/sysds/runtime/data/SparseRowVector.java | 12 ++
.../spark/CSVReblockSPInstruction.java | 6 +-
.../instructions/spark/ReblockSPInstruction.java | 6 +-
.../apache/sysds/runtime/lineage/LineageItem.java | 1 +
.../sysds/runtime/matrix/data/LibMatrixMult.java | 177 ++++++++++++---------
.../sysds/runtime/matrix/data/LibMatrixReorg.java | 5 +-
.../sysds/runtime/matrix/data/MatrixBlock.java | 5 +-
.../test/component/frame/FrameCastingTest.java | 2 -
9 files changed, 144 insertions(+), 116 deletions(-)