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

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


    from bc277e546d [SYSTEMDS-3637] Manifest jar with ClassPath
     new f038787f38 [MINOR] Fix warnings and code quality issues
     new aab900c181 [SYSTEMDS-3636] Sparse Transpose-Self MatMult w/ Sparse 
Outputs

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:
 .../java/org/apache/sysds/hops/FunctionOp.java     |   2 -
 .../sysds/hops/ipa/InterProceduralAnalysis.java    |   2 -
 .../apache/sysds/hops/rewrite/ProgramRewriter.java |   2 -
 .../java/org/apache/sysds/parser/DMLProgram.java   |   1 -
 .../apache/sysds/parser/ParForStatementBlock.java  |   2 -
 .../sysds/runtime/frame/data/FrameBlock.java       |   5 -
 .../frame/data/lib/FrameFromMatrixBlock.java       |   1 -
 .../instructions/gpu/context/GPUContextPool.java   |   1 -
 .../sysds/runtime/lineage/LineageCacheConfig.java  |   2 +
 .../sysds/runtime/lineage/LineageCacheEntry.java   |   2 +-
 .../sysds/runtime/matrix/data/LibMatrixMult.java   | 166 ++++++++++++++++++---
 .../sysds/performance/micro/InformationLoss.java   |   4 +-
 .../test/component/frame/FrameCustomTest.java      |   6 +-
 .../component/frame/array/CustomArrayTests.java    |   4 +-
 .../component/frame/array/FrameArrayTests.java     |  12 +-
 .../component/frame/array/NegativeArrayTests.java  |   8 +-
 .../TransformCompressedTestSingleCol.java          |   1 -
 .../matrix/TransposeMatrixMultiplicationTest.java  |   1 -
 .../FullMatrixMultiplicationTransposeSelfTest.java |  38 +++++
 .../compress/matrixByBin/CompressByBinTest.java    |   7 +-
 .../pipelines/BuiltinImageTransformLinTest.java    |   1 -
 .../TransposeSelfMatrixMultiplication1.dml         |   2 +-
 .../TransposeSelfMatrixMultiplication2.dml         |   2 +-
 23 files changed, 209 insertions(+), 63 deletions(-)

Reply via email to