This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/setup-java-4
in repository https://gitbox.apache.org/repos/asf/systemds.git
omit 9e44c6506b Bump actions/setup-java from 3 to 4
add fac955c757 [SYSTEMDS-3653] Ultra Sparse MM Optimization
add 49c8c77982 Bump actions/setup-java from 3 to 4
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9e44c6506b)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/setup-java-4 (49c8c77982)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../runtime/compress/CompressedMatrixBlock.java | 9 +-
.../apache/sysds/runtime/data/SparseBlockMCSR.java | 2 +-
.../matrix/data/LibMatrixDenseToSparse.java | 160 +++++++++++------
.../sysds/runtime/matrix/data/LibMatrixMult.java | 198 +++++++++++++++------
.../matrix/data/LibMatrixSparseToDense.java | 184 +++++++------------
.../sysds/runtime/matrix/data/MatrixBlock.java | 93 +++++-----
6 files changed, 369 insertions(+), 277 deletions(-)