This is an automated email from the ASF dual-hosted git repository.
arnabp20 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from a5fe8d7e5d [SYSTEMDS-3487] Array primitives with null
add 6c722ecedb [SYSTEMDS-3469] Bug fixes, new tests and extensions
No new revisions were added by this update.
Summary of changes:
src/main/java/org/apache/sysds/lops/BinaryM.java | 7 ++
.../java/org/apache/sysds/lops/FunctionCallCP.java | 4 +
.../lops/compile/linearization/ILinearize.java | 40 ++++++++--
.../context/SparkExecutionContext.java | 4 +-
.../instructions/spark/ZipmmSPInstruction.java | 87 +++++++++++++++++-----
.../functions/async/MaxParallelizeOrderTest.java | 12 ++-
.../test/functions/async/PrefetchRDDTest.java | 16 ++--
.../MaxParallelizeOrder5.dml} | 62 +++------------
.../async/{PrefetchRDD1.dml => PrefetchRDD4.dml} | 6 +-
9 files changed, 148 insertions(+), 90 deletions(-)
copy src/test/scripts/functions/{lineage/LineageReuseAlg6.dml =>
async/MaxParallelizeOrder5.dml} (53%)
copy src/test/scripts/functions/async/{PrefetchRDD1.dml => PrefetchRDD4.dml}
(90%)