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/11/30 22:46:00 UTC

[jira] [Closed] (SYSTEMML-1771) Return value from estimateSize() is ignored in UnaryOp#computeIntermediateMemEstimate

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

Matthias Boehm closed SYSTEMML-1771.
------------------------------------
       Resolution: Fixed
         Assignee: Matthias Boehm
    Fix Version/s: SystemML 1.0

> Return value from estimateSize() is ignored in UnaryOp#computeIntermediateMemEstimate
> -------------------------------------------------------------------------------------
>
>                 Key: SYSTEMML-1771
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1771
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Matthias Boehm
>            Priority: Minor
>             Fix For: SystemML 1.0
>
>
> {code}
>     if (DMLScript.USE_ACCELERATOR) {
>       OptimizerUtils.estimateSize(dim1, dim2); // Intermediate memory required to convert sparse to dense
>     }
> {code}
> Return value is ignored.



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