[
https://issues.apache.org/jira/browse/SYSTEMML-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm closed SYSTEMML-2407.
------------------------------------
Resolution: Fixed
Assignee: Matthias Boehm
Fix Version/s: SystemML 1.2
> Compilation failure on inferring size of reshapes w/ zero rows/columns
> ----------------------------------------------------------------------
>
> Key: SYSTEMML-2407
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2407
> Project: SystemML
> Issue Type: Task
> Reporter: Matthias Boehm
> Assignee: Matthias Boehm
> Priority: Major
> Fix For: SystemML 1.2
>
>
> {code}
> Caused by: java.lang.ArithmeticException: / by zero
> at
> org.apache.sysml.hops.ReorgOp.inferOutputCharacteristics(ReorgOp.java:469)
> at org.apache.sysml.hops.Hop.computeMemEstimate(Hop.java:626)
> at org.apache.sysml.hops.Hop.refreshMemEstimates(Hop.java:717)
> at org.apache.sysml.hops.Hop.refreshMemEstimates(Hop.java:716)
> at org.apache.sysml.hops.Hop.refreshMemEstimates(Hop.java:716)
> at org.apache.sysml.hops.Hop.refreshMemEstimates(Hop.java:716)
> at org.apache.sysml.hops.Hop.refreshMemEstimates(Hop.java:716)
> at org.apache.sysml.hops.Hop.refreshMemEstimates(Hop.java:716)
> at
> org.apache.sysml.hops.recompile.Recompiler.recompile(Recompiler.java:358)
> at
> org.apache.sysml.hops.recompile.Recompiler.recompileHopsDag(Recompiler.java:162)
> at
> org.apache.sysml.hops.recompile.Recompiler.rRecompileProgramBlock(Recompiler.java:690)
> at
> org.apache.sysml.hops.recompile.Recompiler.rRecompileProgramBlock(Recompiler.java:668)
> at
> org.apache.sysml.hops.recompile.Recompiler.rRecompileProgramBlock(Recompiler.java:649)
> at
> org.apache.sysml.hops.recompile.Recompiler.recompileProgramBlockHierarchy(Recompiler.java:424)
> at
> org.apache.sysml.runtime.controlprogram.FunctionProgramBlock.execute(FunctionProgramBlock.java:99)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)