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/08/09 20:43:00 UTC

[jira] [Resolved] (SYSTEMML-1663) New simplification rewrite for binary multiplication chains

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

Matthias Boehm resolved SYSTEMML-1663.
--------------------------------------
    Resolution: Done

> New simplification rewrite for binary multiplication chains
> -----------------------------------------------------------
>
>                 Key: SYSTEMML-1663
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1663
>             Project: SystemML
>          Issue Type: Sub-task
>          Components: Compiler
>            Reporter: Matthias Boehm
>            Assignee: Dylan Hutchison
>              Labels: beginner
>             Fix For: SystemML 1.0
>
>
> There are various scripts that use chains of binary element-wise multiplications such as {{A * B * B}} or {{B * A * B}}, which are currently compiled to {{(A * B) * B}} and {{(B * A) * B}}, respectively. We should explicitly reason about and simply this to expose the unary operation {{B^2}} which can be evaluated much more efficiently, in case of both singlenode and distributed operations. 



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