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 2016/02/09 05:19:18 UTC

[jira] [Assigned] (SYSTEMML-488) Generalized wdivmm w/ 4 operands

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

Matthias Boehm reassigned SYSTEMML-488:
---------------------------------------

    Assignee: Matthias Boehm

> Generalized wdivmm w/ 4 operands
> --------------------------------
>
>                 Key: SYSTEMML-488
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-488
>             Project: SystemML
>          Issue Type: Task
>          Components: Compiler, Runtime
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>
> The physical operator wdivmm currently supports only three operands or four operands where one operands is derived with (X!=0) from another operand X. However, there are various algorithms, where we have patterns as follows:
> {code}
> (W * (L %*% t(R) - X)) %*% R
> t(t(L) %*% W * (L %*% t(R) - X))
> {code} 
> In order to support arbitrary W in above patterns, we need to generalize the compiler/runtime (of all backends) to support 4 operands similar to the existing wsloss operator.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)