Matthias Boehm created SYSTEMML-2404:
----------------------------------------
Summary: Resnet200 failing w/ new biad_add codegen fusion
Key: SYSTEMML-2404
URL: https://issues.apache.org/jira/browse/SYSTEMML-2404
Project: SystemML
Issue Type: Bug
Reporter: Matthias Boehm
Codegen is failing when generating the following operator on Resnet200
{code}
public final class TMP121 extends SpoofCellwise {
public TMP121() {
super(CellType.NO_AGG, false, false, null);
}
protected double genexec(double a, SideInput[] b, double[] scalars, int m,
int n, long grix, int rix, int cix) {
double TMP118 = a + getValue(b[1], cix/3136);
double TMP119 = b[0] + getValue(b[2], cix/3136);
double TMP120 = TMP118 + TMP119;
return TMP120;
}
}
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)