Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-1853

StepLinreg is failing w/ recompilation issue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.15
    • None
    • None

    Description

      Our step-wise LinregDS is currently failing with the following NPE on dynamic recompilation

      Caused by: java.lang.NullPointerException
              at org.apache.sysml.lops.BinaryScalar.getOpcode(BinaryScalar.java:111)
              at org.apache.sysml.lops.BinaryScalar.getInstructions(BinaryScalar.java:87)
              at org.apache.sysml.lops.compile.Dag.generateControlProgramJobs(Dag.java:1406)
              at org.apache.sysml.lops.compile.Dag.doGreedyGrouping(Dag.java:1176)
              at org.apache.sysml.lops.compile.Dag.getJobs(Dag.java:270)
              at org.apache.sysml.hops.recompile.Recompiler.recompileHopsDag(Recompiler.java:239)
              at org.apache.sysml.runtime.controlprogram.ProgramBlock.execute(ProgramBlock.java:147)
      

      The root cause is that some rewrite modified the input solve to a scalar, which causes the instruction generation of solve to fail because it is not defined over scalars.

      Attachments

        Activity

          People

            mboehm7 Matthias Boehm
            mboehm7 Matthias Boehm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: