[GitHub] [systemds] Baunsgaard commented on pull request #1127: [SYSTEMDS-2760] Transpose micro benchmark

2020-12-18 Thread GitBox
Baunsgaard commented on pull request #1127: URL: https://github.com/apache/systemds/pull/1127#issuecomment-748005848 When looking at before and after (the way i tested it was dropping the transpose commit from the history.) it looks like i might have done something wrong in the initial

[GitHub] [systemds] tobiasrieger closed pull request #1113: [SYSTEMDS-2550] Shuffle data partitioner

2020-12-18 Thread GitBox
tobiasrieger closed pull request #1113: URL: https://github.com/apache/systemds/pull/1113 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

[GitHub] [systemds] tobiasrieger opened a new pull request #1131: [SYSTEMDS-2550] Balancing and data partitioning

2020-12-18 Thread GitBox
tobiasrieger opened a new pull request #1131: URL: https://github.com/apache/systemds/pull/1131 This PR includes the closed PR #1113 and all changes proposed in its comments. It was rebased on master and consolidated to make it easier to merge Changes list: - Added four new

[GitHub] [systemds] sebwrede commented on a change in pull request #1113: [SYSTEMDS-2550] Shuffle data partitioner

2020-12-18 Thread GitBox
sebwrede commented on a change in pull request #1113: URL: https://github.com/apache/systemds/pull/1113#discussion_r545943709 ## File path: src/test/java/org/apache/sysds/test/functions/federated/paramserv/FederatedParamservTest.java ## @@ -117,62 +115,53 @@ private void

[GitHub] [systemds] OlgaOvcharenko opened a new pull request #1130: [WIP][SYSTEMDS-2763] Federated rowIndexMax and rowIndexMin

2020-12-18 Thread GitBox
OlgaOvcharenko opened a new pull request #1130: URL: https://github.com/apache/systemds/pull/1130 This PR adds the fed uarimin and uarimax instructions and also fed product of all matrix cells prod(). The uarimin, uarimax instructions need to be changed by adding a parameter to return

[GitHub] [systemds] OlgaOvcharenko opened a new pull request #1129: [SYSTEMDS-2762] Federated rshape instruction

2020-12-18 Thread GitBox
OlgaOvcharenko opened a new pull request #1129: URL: https://github.com/apache/systemds/pull/1129 This PR adds federated rshape instruction and improvement for running different instructions for different workers. This is

[GitHub] [systemds] Baunsgaard opened a new pull request #1128: [SYSTEMDS-2761] Transpose in place single threaded

2020-12-18 Thread GitBox
Baunsgaard opened a new pull request #1128: URL: https://github.com/apache/systemds/pull/1128 This commit adds a function to our Lib MatrixReorg containing a way to transpose in place a dense matrix block. (single threaded for now) The implementation is based on: A