Skip to content

Commit 7d38144

Browse files
committed
debug Unary class
1 parent 4045b0b commit 7d38144

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/org/apache/sysds/hops/codegen/cplan/java

1 file changed

+1
-0
lines changed

src/main/java/org/apache/sysds/hops/codegen/cplan/java/Unary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public String getTemplate(UnaryType type, boolean sparse) {
3333
case ROW_MINS:
3434
case ROW_MAXS:
3535
case ROW_MEANS:
36+
case ROW_VARS:
3637
case ROW_COUNTNNZS: {
3738
String vectName = StringUtils.capitalize(type.name().substring(4, type.name().length()-1).toLowerCase());
3839
return sparse ? " double %TMP% = LibSpoofPrimitives.vect"+vectName+"(%IN1v%, %IN1i%, %POS1%, alen, len);\n":

0 commit comments

Comments
 (0)