This is an automated email from the ASF dual-hosted git repository.

mboehm7 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from eeffef6  [SYSTEMDS-2812] Added conv1d layer to nn library (via conv2d)
     new 6396846  [SYSTEMDS-2818] Fix read/copy of large dense matrix blocks 
>16GB
     new ebcc44d  [SYSTEMDS-2819,2020] Various ctable improvements (rewrites, 
spark ops)

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/builtin/slicefinder.dml                    |  2 +-
 src/main/java/org/apache/sysds/api/DMLScript.java  | 12 ++---
 .../java/org/apache/sysds/hops/OptimizerUtils.java | 33 +++++++++-----
 src/main/java/org/apache/sysds/hops/TernaryOp.java | 42 ++++++++++++++---
 .../apache/sysds/hops/rewrite/HopRewriteUtils.java | 14 +++---
 src/main/java/org/apache/sysds/lops/Ctable.java    | 52 ++++++++++------------
 .../sysds/parser/BuiltinFunctionExpression.java    | 13 ++++--
 .../org/apache/sysds/parser/DMLTranslator.java     |  9 +++-
 .../context/SparkExecutionContext.java             |  4 ++
 .../org/apache/sysds/runtime/data/DenseBlock.java  |  9 ++--
 .../instructions/spark/CtableSPInstruction.java    | 21 ++++++---
 .../instructions/spark/utils/SparkUtils.java       |  8 +++-
 .../functions/builtin/BuiltinSliceFinderTest.java  | 12 +++--
 13 files changed, 154 insertions(+), 77 deletions(-)

Reply via email to