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/05/09 18:31:13 UTC

[jira] [Resolved] (SYSTEMML-640) Parfor sample script fails w/ dimension mismatch

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

Matthias Boehm resolved SYSTEMML-640.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 0.10

> Parfor sample script fails w/ dimension mismatch
> ------------------------------------------------
>
>                 Key: SYSTEMML-640
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-640
>             Project: SystemML
>          Issue Type: Bug
>          Components: Compiler, ParFor
>    Affects Versions: SystemML 0.9
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>             Fix For: SystemML 0.10
>
>
> The parfor util script sample.dml fails with dimension mismatch in special cases, where the remote memory budget of map/reduce tasks is larger than the driver memory budget and the permutation matrix multiplication would be compiled to MR in local parfor but CP in remote parfor execution. 
> In these cases, we trigger a forced recompile to CP which internally tries to reduce the overhead by recompiling only dags where the runtime plan contains MR instructions. This selective recompilation in invalid with permutation matrix multiplications that stretch two subsequent dags and the first dag does not necessarily contain MR instructions. 
> Since meanwhile, the overhead of recompiling average dags (50-100 operators) is less than 1ms, we should always recompile the entire parfor body program in these cases. 
> As a related note: Since we now support removeEmpty with selection vectors, we should rewrite these permutation matrix multiplications to remove empty w/ selection which is equivalent from a runtime perspective but would simplify debugging in comparison to the current multi-dag rewrite. 



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