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

Resnet200 failing w/ new biad_add codegen fusion

    XMLWordPrintableJSON

Details

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

    Description

      Codegen is failing when generating the following operator on Resnet200

      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;
        }
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: