min-guk commented on code in PR #2103:
URL: https://github.com/apache/systemds/pull/2103#discussion_r1749560397


##########
src/main/java/org/apache/sysds/runtime/instructions/cp/ReorgCPInstruction.java:
##########
@@ -83,6 +85,31 @@ private ReorgCPInstruction(Operator op, CPOperand in, 
CPOperand out, CPOperand c
                _col = col;
                _desc = desc;
                _ixret = ixret;
+               _shift = new CPOperand();
+       }
+
+       /**
+        * for opcode roll
+        *
+        * @param op
+        *            operator
+        * @param in
+        *            cp input operand
+        * @param shift
+        *            ?
+        * @param out
+        *            cp output operand
+        * @param opcode
+        *            the opcode
+        * @param istr
+        *            ?
+        */

Review Comment:
   I reformatted all the code written in this PR and the code in 
`ReorgCPInstruction.java` that didn’t match the comment format using the IDE.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to