You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/09/02 23:37:00 UTC

[jira] [Resolved] (SYSTEMML-1861) Performance sparse-sparse binary ops

     [ https://issues.apache.org/jira/browse/SYSTEMML-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Boehm resolved SYSTEMML-1861.
--------------------------------------
       Resolution: Done
         Assignee: Matthias Boehm
    Fix Version/s: SystemML 1.0

> Performance sparse-sparse binary ops
> ------------------------------------
>
>                 Key: SYSTEMML-1861
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1861
>             Project: SystemML
>          Issue Type: Task
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>             Fix For: SystemML 1.0
>
>
> This task aims to improve the performance of sparse-sparse binary operations such as elementwise multiply. Currently, we use a merge join with outer join semantics to cover the general case - for operations like multiply this is unnecessary and could be improved by using inner join semantics and branchless position maintenance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)