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

Perftest Mlogreg multinomial, icp 1 failing w/ index-out-of-bounds

    XMLWordPrintableJSON

Details

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

    Description

      Caused by: java.lang.ArrayIndexOutOfBoundsException: 4004
      	at org.apache.sysml.runtime.codegen.SpoofOperator.getValue(SpoofOperator.java:219)
      	at codegen.TMP59.genexec(Unknown Source)
      	at org.apache.sysml.runtime.codegen.SpoofCellwise.executeDenseNoAgg(SpoofCellwise.java:433)
      	at org.apache.sysml.runtime.codegen.SpoofCellwise.executeDense(SpoofCellwise.java:305)
      	at org.apache.sysml.runtime.codegen.SpoofCellwise.execute(SpoofCellwise.java:242)
      	at org.apache.sysml.runtime.instructions.cp.SpoofCPInstruction.processInstruction(SpoofCPInstruction.java:87)
      	at org.apache.sysml.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:264)
      	... 18 more
      

      The reason is incorrect dimension propagation in a previous row template with outer operations and indexing, where the column range indexing leads to a smaller size than the input would suggest.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: