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

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


    from cb9c890  [SYSTEMDS-2799] Update UDF reuse, add Fed pipeline reuse test
     new 98af625  [MINOR] Disable generation of GPU instruction for sum_sq 
reduction (needs a bugfix)
     new e0eca2f  [MINOR] Various fixes concerning dlls, jars, headers
     new d269cb9  [SYSTEMDS-2825] Avoid recompiling generated cuda operators
     new 81b8068  [MINOR] Better codegen source debug print with line numbers
     new 30fe111  [MINOR] CUDA 10.2 PTX and spoof cuda helper binaries for the 
last few commits (Win/Lin/64)

The 5 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:
 pom.xml                                            |   3 +
 .../cpp/lib/libsystemds_spoof_cuda-Linux-x86_64.so | Bin 1008760 -> 266240 
bytes
 .../lib/libsystemds_spoof_cuda-Windows-AMD64.dll   | Bin 220672 -> 219648 bytes
 .../java/org/apache/sysds/hops/AggUnaryOp.java     |   2 +-
 .../apache/sysds/hops/codegen/SpoofCompiler.java   |  89 ++++++++++++++-------
 .../org/apache/sysds/hops/codegen/cplan/CNode.java |   6 +-
 .../apache/sysds/hops/codegen/cplan/CNodeCell.java |  11 ++-
 .../apache/sysds/hops/codegen/cplan/CNodeTpl.java  |   2 +
 .../java/org/apache/sysds/lops/SpoofFused.java     |  12 ++-
 .../apache/sysds/runtime/codegen/CodegenUtils.java |  38 +++++++++
 .../apache/sysds/runtime/codegen/SpoofCUDA.java    |   6 +-
 11 files changed, 125 insertions(+), 44 deletions(-)

Reply via email to