Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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
- relates to
-
SYSTEMDS-1284 Code generation for operator fusion
- Closed