Commit 01586a4
committed
[SYSTEMDS-3794] Fix missing multi-threading binary elementwise ops
This patch adds the missing multi-threading for all cases of binary
elementwise operations, except one special case that directly constructs
a CSR output. Furthermore, in safeBinaryMVSparseDenseRow we now avoid
unnecessary allocation of temporary vectors by doing the filling inplace
on the first output row of every task.1 parent c21273c commit 01586a4
File tree
1 file changed
+120
-137
lines changed- src/main/java/org/apache/sysds/runtime/matrix/data
1 file changed
+120
-137
lines changed
0 commit comments