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 d38e56ccc6 [SYSTEMDS-3923] Improve exception handling OOC instructions
add 8c667b56b4 [SYSTEMDS-3930] Basic OOC eviction of intermediate streams
new 67ff6be3d6 [SYSTEMDS-3930] Cleanup out-of-core backend and buffer pool
The 1 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:
.../ooc/AggregateUnaryOOCInstruction.java | 2 -
.../instructions/ooc/BinaryOOCInstruction.java | 3 -
.../ooc/MatrixVectorBinaryOOCInstruction.java | 2 -
.../instructions/ooc/OOCEvictionManager.java | 206 +++++++++++++++++++++
.../instructions/ooc/ReblockOOCInstruction.java | 3 -
.../runtime/instructions/ooc/ResettableStream.java | 38 ++--
.../instructions/ooc/TransposeOOCInstruction.java | 3 -
.../instructions/ooc/UnaryOOCInstruction.java | 3 -
.../spark/data/IndexedMatrixValue.java | 4 +
.../sysds/runtime/matrix/data/MatrixIndexes.java | 5 +
10 files changed, 241 insertions(+), 28 deletions(-)
create mode 100644
src/main/java/org/apache/sysds/runtime/instructions/ooc/OOCEvictionManager.java