Caused by: org.apache.sysml.runtime.DMLRuntimeException: java.lang.RuntimeException: Unsupported unary matrix operation: SPROP
at org.apache.sysml.hops.codegen.SpoofCompiler.optimize(SpoofCompiler.java:452)
at org.apache.sysml.hops.recompile.Recompiler.recompile(Recompiler.java:369)
at org.apache.sysml.hops.recompile.Recompiler.recompileHopsDag(Recompiler.java:163)
at org.apache.sysml.runtime.controlprogram.ProgramBlock.execute(ProgramBlock.java:147)
... 22 more
Caused by: java.lang.RuntimeException: Unsupported unary matrix operation: SPROP
at org.apache.sysml.hops.codegen.template.TemplateRow.rConstructCplan(TemplateRow.java:346)
at org.apache.sysml.hops.codegen.template.TemplateRow.rConstructCplan(TemplateRow.java:244)