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 6df1ce5ec3 [SYSTEMDS-3905] Upgrade GPU backend to latest CUDA versions
     new 54a90adcb9 [SYSTEMDS-3900] New OOC block stream binary writer
     new dc9fca930c [SYSTEMDS-3900] Improved integration of OOC binary stream 
writer

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:
 .../runtime/compress/io/WriterCompressed.java      |  7 ++
 .../controlprogram/caching/CacheableData.java      | 85 +++++++++++++---------
 .../controlprogram/caching/FrameObject.java        |  8 ++
 .../controlprogram/caching/MatrixObject.java       | 13 ++++
 .../controlprogram/caching/TensorObject.java       |  7 ++
 .../instructions/cp/VariableCPInstruction.java     |  5 +-
 .../org/apache/sysds/runtime/io/MatrixWriter.java  | 16 ++++
 .../apache/sysds/runtime/io/WriterBinaryBlock.java | 34 +++++++++
 .../org/apache/sysds/runtime/io/WriterHDF5.java    |  7 ++
 .../sysds/runtime/io/WriterMatrixMarket.java       |  7 ++
 .../org/apache/sysds/runtime/io/WriterTextCSV.java |  7 ++
 .../apache/sysds/runtime/io/WriterTextCell.java    |  7 ++
 .../apache/sysds/runtime/io/WriterTextLIBSVM.java  |  7 ++
 .../apache/sysds/test/functions/ooc/UnaryTest.java | 38 ++++++----
 src/test/scripts/functions/ooc/Unary.dml           | 29 --------
 .../ColStdDevs.dml => ooc/UnaryWrite.dml}          |  5 +-
 16 files changed, 201 insertions(+), 81 deletions(-)
 delete mode 100644 src/test/scripts/functions/ooc/Unary.dml
 copy src/test/scripts/functions/{aggregate/ColStdDevs.dml => 
ooc/UnaryWrite.dml} (89%)

Reply via email to