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

Perftest multiple algorithms failing w/ codegen and intercept 2

    XMLWordPrintableJSON

Details

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

    Description

      Multiple algorithms including linregcg, glm and mlogreg are failing with codegen and intercept 2 configuration as follows:

      Caused by: java.lang.IllegalArgumentException: No enum constant org.apache.sysml.hops.codegen.cplan.CNodeBinary.BinType.VECT_CBIND_ADD
      	at java.lang.Enum.valueOf(Enum.java:238)
      	at org.apache.sysml.hops.codegen.cplan.CNodeBinary$BinType.valueOf(CNodeBinary.java:30)
      	at org.apache.sysml.hops.codegen.cplan.CNodeBinary$BinType.getVectorAddPrimitive(CNodeBinary.java:233)
      	at org.apache.sysml.hops.codegen.template.TemplateRow.rConstructCplan(TemplateRow.java:272)
      	at org.apache.sysml.hops.codegen.template.TemplateRow.constructCplan(TemplateRow.java:205)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.rConstructCPlans(SpoofCompiler.java:579)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.rConstructCPlans(SpoofCompiler.java:591)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.rConstructCPlans(SpoofCompiler.java:587)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.rConstructCPlans(SpoofCompiler.java:591)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.rConstructCPlans(SpoofCompiler.java:587)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.rConstructCPlans(SpoofCompiler.java:591)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.rConstructCPlans(SpoofCompiler.java:591)
      	at org.apache.sysml.hops.codegen.SpoofCompiler.optimize(SpoofCompiler.java:379)
      	... 18 more
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: