[
https://issues.apache.org/jira/browse/SYSTEMML-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm closed SYSTEMML-2404.
------------------------------------
Resolution: Fixed
Assignee: Matthias Boehm
Fix Version/s: SystemML 1.2
> 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
> Assignee: Matthias Boehm
> Priority: Major
> Fix For: SystemML 1.2
>
>
> 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)