You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ma...@apache.org on 2020/09/25 14:02:54 UTC

[systemds] branch master updated (fb6d636 -> 4da7c6c)

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 fb6d636  [SYSTEMDS-2663, 2664] Prepare native instructions for release 2.0
     add 0b66c78  [MINOR] Add setOutputBuffering(true) to make PrintTest and StopTest2 pass
     add edc9cf1  [Minor] Add proper winning condition for running FullSignTest and FullMinus1MultTest on GPU
     add 4da7c6c  [SYSTEMDS-2663, 2671] Resolve problem with failing cumulative aggregate tests (indexing issue)

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/kernels/SystemDS.ptx                  | 432 +++++++++------------
 src/main/cpp/kernels/cum_scan.cuh                  |  34 +-
 .../org/apache/sysds/test/AutomatedTestBase.java   |   4 +
 .../matrix_full_cellwise/FullMinus1MultTest.java   |   3 +-
 .../test/functions/unary/matrix/FullSignTest.java  |   6 +-
 .../test/functions/unary/scalar/PrintTest.java     |   2 +-
 .../test/functions/unary/scalar/StopTest2.java     |   1 +
 7 files changed, 219 insertions(+), 263 deletions(-)