This is an automated email from the ASF dual-hosted git repository.
sebwrede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/master by this push:
new ff84032 [MINOR] Close #1193
ff84032 is described below
commit ff84032ff6160f06fdfac56ff82379e1e7b400d5
Author: sebwrede <[email protected]>
AuthorDate: Fri Apr 2 16:23:29 2021 +0200
[MINOR] Close #1193
---
.../sysds/runtime/instructions/fed/TernaryFEDInstruction.java | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.java
b/src/main/java/org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.java
index 957ee6e..02791b9 100644
---
a/src/main/java/org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.java
+++
b/src/main/java/org/apache/sysds/runtime/instructions/fed/TernaryFEDInstruction.java
@@ -176,7 +176,14 @@ public class TernaryFEDInstruction extends
ComputationFEDInstruction {
setOutputFedMapping(ec, mo1, fr3.getID());
}
- // check aligned matrices and return vars
+ /**
+ * Check alignment of matrices and return aligned federated data.
+ * @param ec execution context
+ * @param mo1 first input matrix
+ * @param mo2 second input matrix
+ * @param mo3 third input matrix
+ * @return aligned federated data
+ */
private RetAlignedValues getAlignedInputs(ExecutionContext ec,
MatrixObject mo1, MatrixObject mo2, MatrixObject mo3) {
long[] vars = new long[0];
FederatedRequest[] fr = new FederatedRequest[0];