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 2018/06/19 00:06:00 UTC

[jira] [Created] (SYSTEMML-2407) Compilation failure on inferring size of reshapes w/ zero rows/columns

Matthias Boehm created SYSTEMML-2407:
----------------------------------------

             Summary: 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


{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)