You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/10/18 23:35:00 UTC

[systemds] branch master updated (660cddd -> d08996a)

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

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


    from 660cddd  [MINOR] Add functions.asyc to automatic tests
     add d08996a  [SYSTEMDS-3173] Fix Prod instruction

No new revisions were added by this update.

Summary of changes:
 .../sysds/runtime/matrix/data/LibMatrixAgg.java    | 17 ++++-
 .../sysds/test/component/matrix/ProdTest.java      | 85 ++++++++++++++++++++++
 2 files changed, 99 insertions(+), 3 deletions(-)
 create mode 100644 src/test/java/org/apache/sysds/test/component/matrix/ProdTest.java