This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from 15c6abee5e [SYSTEMDS-3812] Fix pushdown-sum rewrite robustness for
unknown dims
add ce23151040 [MINOR] Cocode intelligent parallel allocation
add 75874c5c83 [MINOR] Fix singlethread CLA decompressingAggregate
add cc561444d6 [MINOR] Add singlethread fused scalar and decompress
new 8f5a42c092 [MINOR] Federated Timeout
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:
src/main/java/org/apache/sysds/conf/DMLConfig.java | 2 +-
.../runtime/compress/cocode/CoCodeGreedy.java | 13 +++++--
.../sysds/runtime/compress/lib/CLALibCompAgg.java | 34 ++++++++++++++++-
.../sysds/runtime/compress/lib/CLALibScalar.java | 26 ++++++++++---
.../federated/FederatedStatistics.java | 3 +-
.../federated/FederatedWorkerHandler.java | 3 +-
.../controlprogram/federated/FederationMap.java | 41 ++++++++++++++++----
.../cp/ParamservBuiltinCPInstruction.java | 11 ++++--
...tiReturnParameterizedBuiltinFEDInstruction.java | 44 +++++++++++++---------
src/test/config/SystemDS-MultiTenant-config.xml | 2 +-
src/test/config/SystemDS-config.xml | 2 +-
.../functions/codegen/RowVectorComparisonTest.java | 1 +
.../primitives/part3/FederatedTokenizeTest.java | 1 +
13 files changed, 138 insertions(+), 45 deletions(-)