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 bc93ea4  [SYSTEMDS-2859] Cleanup privacy constraints L2SVM test (arg 
updates)
     new da6a209  [MINOR] Performance local parameter server (parallel updates)
     new af4f3d7  [SYSTEMDS-2856] Extended multi-threading binary and ternary 
operations

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:
 src/main/java/org/apache/sysds/hops/TernaryOp.java |  16 +-
 src/main/java/org/apache/sysds/lops/Ternary.java   |  11 +-
 .../controlprogram/paramserv/LocalPSWorker.java    |  10 +-
 .../controlprogram/paramserv/dp/DCLocalScheme.java |   3 +
 .../runtime/instructions/InstructionUtils.java     |   6 +-
 .../cp/ParamservBuiltinCPInstruction.java          |   6 +-
 .../instructions/cp/TernaryCPInstruction.java      |   3 +-
 .../runtime/matrix/data/LibMatrixBincell.java      | 241 ++++++++++++---------
 .../runtime/matrix/data/LibMatrixTercell.java      | 132 +++++++++++
 .../sysds/runtime/matrix/data/MatrixBlock.java     |  25 +--
 .../runtime/matrix/operators/TernaryOperator.java  |  10 +-
 11 files changed, 332 insertions(+), 131 deletions(-)
 create mode 100644 
src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixTercell.java

Reply via email to