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 65551e61e0 [SYSTEMDS-1780] Resource optimizer - cost estimation
framework
new ce5c99d8db [SYSTEMDS-1780] Fix missing licenses and merge conflict
artifacts
new de91f669b8 [MINOR] Remove outdated flags and dead code from matmult
and bufferpool
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:
scripts/aws/run_systemds_script.sh | 4 -
scripts/aws/spinup_systemds_cluster.sh | 32 --
scripts/aws/systemds_cluster.config | 10 -
.../hops/cost/CostEstimatorStaticRuntime.java | 7 +-
.../resource/cost/CostEstimationException.java | 19 +
.../apache/sysds/resource/cost/IOCostUtils.java | 19 +
.../org/apache/sysds/resource/cost/RDDStats.java | 19 +
.../runtime/controlprogram/caching/ByteBuffer.java | 4 -
.../controlprogram/caching/CacheableData.java | 9 +-
.../controlprogram/caching/LazyWriteBuffer.java | 4 -
.../caching/UnifiedMemoryManager.java | 4 -
.../sysds/runtime/matrix/data/LibMatrixMult.java | 611 ++++++++-------------
12 files changed, 294 insertions(+), 448 deletions(-)