Matthias Boehm created SYSTEMML-2019:
----------------------------------------
Summary: Perftest multiple algorithms failing w/ codegen and
intercept 2
Key: SYSTEMML-2019
URL: https://issues.apache.org/jira/browse/SYSTEMML-2019
Project: SystemML
Issue Type: Bug
Reporter: Matthias Boehm
Multiple algorithms including linregcg, glm and mlogreg are failing with
codegen and intercept 2 configuration as follows:
{code}
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
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)