nirvanjhurreepriv commented on PR #2524: URL: https://github.com/apache/systemds/pull/2524#issuecomment-5090165286
Thanks @ywcb00 , Just implemented the receive direction. Matrix results are now compressed in FederatedWorkerHandler.getVariable() before being sent back, and decompressed centrally in FederatedResponse.getData() so the existing call sites transparently get a MatrixBlock back. Combined with the broadcast-side compression, data is now compressed in both directions when the feature is enabled. The test rework you asked for (base-class getRandomMatrix, random matrices, multiple workers, federated() in the script) is coming as the next commit. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
