j143 commented on code in PR #2290:
URL: https://github.com/apache/systemds/pull/2290#discussion_r2212198696


##########
src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixReorg.java:
##########
@@ -389,10 +393,78 @@ public static MatrixBlock rev( MatrixBlock in, 
MatrixBlock out ) {
                return out;
        }
 
+       public static MatrixBlock rev(MatrixBlock in, MatrixBlock out, int k) {
+               if (k <= 1 || in.isEmptyBlock(false)) {

Review Comment:
   I have added something like 3000_000 in the hop for now, for the tests to 
trigger the multi-thread.



-- 
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