[
https://issues.apache.org/jira/browse/SYSTEMML-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm closed SYSTEMML-2024.
------------------------------------
Resolution: Fixed
Assignee: Matthias Boehm
Fix Version/s: SystemML 1.0
> Perftest Mlogreg multinomial, icp 1 failing w/ index-out-of-bounds
> ------------------------------------------------------------------
>
> Key: SYSTEMML-2024
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2024
> Project: SystemML
> Issue Type: Bug
> Reporter: Matthias Boehm
> Assignee: Matthias Boehm
> Fix For: SystemML 1.0
>
>
> {code}
> 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
> {code}
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)