Matthias Boehm created SYSTEMML-2338:
----------------------------------------
Summary: CP bias_mult fails w/ index-out-of-bounds on sparse data
Key: SYSTEMML-2338
URL: https://issues.apache.org/jira/browse/SYSTEMML-2338
Project: SystemML
Issue Type: Bug
Reporter: Matthias Boehm
The CP bias_mult operation fails for sparse intermediates with the following
stacktrace on resnet 200.
{code}
Caused by: java.lang.ArrayIndexOutOfBoundsException: 514
at
org.apache.sysml.runtime.matrix.data.LibMatrixDNN.biasMultiply(LibMatrixDNN.java:405)
at
org.apache.sysml.runtime.instructions.cp.ConvolutionCPInstruction.processBiasMultiplyInstruction(ConvolutionCPInstruction.java:290)
at
org.apache.sysml.runtime.instructions.cp.ConvolutionCPInstruction.processInstruction(ConvolutionCPInstruction.java:377)
at
org.apache.sysml.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:252)
{code}
cc [~niketanpansare]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)