author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
49,706
30.10.2020 21:17:42
-3,600
5aafde0a029360535ead2926200baaa9bdb1c0cf
Split Federated Tests This commit merge federated tests into blocks of reasonable execution times. That should sum to ~ 30 min. Furthermore this should reduce the number of docker image pulls our tests produce, since there is an 6 hour limit of 200 images.
[ { "change_type": "MODIFY", "old_path": ".github/workflows/functionsTests.yml", "new_path": ".github/workflows/functionsTests.yml", "diff": "@@ -35,8 +35,25 @@ jobs:\nstrategy:\nfail-fast: false\nmatrix:\n+ tests: [\n+ \"**.functions.aggregate.**,**.functions.append.**\",\n+ \"**.functions.binary.fra...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2707] Split Federated Tests This commit merge federated tests into blocks of reasonable execution times. That should sum to ~ 30 min. Furthermore this should reduce the number of docker image pulls our tests produce, since there is an 6 hour limit of 200 images.
49,706
30.10.2020 22:40:14
-3,600
51d293628b2b5efd0be661086e356209fdda3239
[MINOR] syntax fixes in functiontest + merge short tests
[ { "change_type": "MODIFY", "old_path": ".github/workflows/functionsTests.yml", "new_path": ".github/workflows/functionsTests.yml", "diff": "@@ -36,20 +36,15 @@ jobs:\nfail-fast: false\nmatrix:\ntests: [\n- \"**.functions.aggregate.**,**.functions.append.**\",\n- \"**.functions.binary.frame.**,**.fun...
Java
Apache License 2.0
apache/systemds
[MINOR] syntax fixes in functiontest + merge short tests
49,738
31.10.2020 15:48:39
-3,600
f308d56c560df52785e52456ece60ac74de49672
[MINOR] Cleanup warnings (imports, serial IDs, static, formatting)
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupValue.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupValue.java", "diff": "@@ -323,7 +323,7 @@ public abstract class ColGroupValue extends ColGroup implement...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleanup warnings (imports, serial IDs, static, formatting)
49,738
31.10.2020 20:25:59
-3,600
998d82e27b8add5a0ca55ac687f0bfd9abe54c8b
Extended federated binary element-wise operations This patch generalizes the existing federated binary element-wise operations to avoid unsupported scenarios. Specifically, if the right-hand-side matrix (instead of left-hand-side) matrix is federated and the operation is commutative (e.g., mult/add) we canonicalize the inputs accordingly.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.java", "diff": "@@ -25,6 +25,7 @@ import org.apache.sysds.runt...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2549] Extended federated binary element-wise operations This patch generalizes the existing federated binary element-wise operations to avoid unsupported scenarios. Specifically, if the right-hand-side matrix (instead of left-hand-side) matrix is federated and the operation is commutative (e.g., mult/add) we canonicalize the inputs accordingly.
49,738
31.10.2020 21:34:27
-3,600
9f41108cc498e13f03095d4ebb1b903cde9010ec
Fix missing federated unary aggregate for scalar mean With the fixed missing size propagation for federated init statements, now rewrites trigger, which expose operations we don't support yet. This patch adds, besides the existing row means and columns means, also support for full mean aggregates.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationUtils.java", "diff": "@@ -98,7 +98,9 @@ public class FederationUtils {\nMatrixBlock re...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2709] Fix missing federated unary aggregate for scalar mean With the fixed missing size propagation for federated init statements, now rewrites trigger, which expose operations we don't support yet. This patch adds, besides the existing row means and columns means, also support for full mean aggregates.
49,738
31.10.2020 21:41:51
-3,600
e96e1cbafc53e90f64c08899cccbc1f02a9e46b3
[MINOR] Fix null-pointer exceptions in new federated I/O tests In order to allow running these tests in isolation they need to enable output buffering and cannot rely on running in the same JVM where some other test might have already enabled it.
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/federated/io/FederatedReaderTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/federated/io/FederatedReaderTest.java", "diff": "@@ -21,7 +21,6 @@ package org.apache.sysds.test.functions.federate...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix null-pointer exceptions in new federated I/O tests In order to allow running these tests in isolation they need to enable output buffering and cannot rely on running in the same JVM where some other test might have already enabled it.
49,738
01.11.2020 11:47:53
-3,600
c18bf0e3e299e7fe3f2b928e2ec026339565b794
Fix federated bivariate statistics tests (threaded)
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "new_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "diff": "@@ -1412,6 +1412,7 @@ public abstract class AutomatedTestBase {\n* @param port Port to use for the JVM\n* @return th...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2681] Fix federated bivariate statistics tests (threaded)
49,706
02.11.2020 09:08:33
-3,600
b492ac4fc18092f0f591a83a50a3d7e0b46fb1b1
Fix Python One hot encode This commit fixes one hot encode in python API, where previously the One hot encode only allowed vector input. This in turn produce errors when the input was column vectors, that are encoded as a two dimensional data structure.
[ { "change_type": "MODIFY", "old_path": "src/main/python/systemds/operator/operation_node.py", "new_path": "src/main/python/systemds/operator/operation_node.py", "diff": "@@ -480,9 +480,9 @@ class OperationNode(DAGNode):\n\"\"\"\nself._check_matrix_op()\n- if len(self.shape) != 1:\n+ if len(self.shap...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2711] Fix Python One hot encode This commit fixes one hot encode in python API, where previously the One hot encode only allowed vector input. This in turn produce errors when the input was column vectors, that are encoded as a two dimensional data structure.
49,693
02.11.2020 17:46:06
-3,600
34116722d908dc5dec172104ab3a6efdfb71a8bc
Removing deprecation in test code Resolving JIRA issue
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "new_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "diff": "@@ -94,7 +94,6 @@ import org.junit.Before;\n* </ul>\n*\n*/\n-@SuppressWarnings(\"deprecation\")\npublic abstract cla...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-151] Removing deprecation in test code Resolving JIRA issue https://issues.apache.org/jira/browse/SYSTEMDS-151
49,706
04.11.2020 12:38:31
-3,600
20d132a8044549a689c7c32b0ce77ccfad77373a
[MINOR] Federated Parameter server multithreaded This commit change the parameter server to run in unlimited number of threads for each of the federated workers instructions.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/ParamservBuiltinCPInstruction.java", "diff": "@@ -96,6 +96,7 @@ public class ParamservBuiltinCPInstr...
Java
Apache License 2.0
apache/systemds
[MINOR] Federated Parameter server multithreaded This commit change the parameter server to run in unlimited number of threads for each of the federated workers instructions.
49,706
05.11.2020 00:06:55
-3,600
0bf553627a7f2a55da05f355ac45d3c10457a822
Seeded NN layers Add seeds to the initialization of affine and Conv2d layers
[ { "change_type": "MODIFY", "old_path": "scripts/nn/layers/affine.dml", "new_path": "scripts/nn/layers/affine.dml", "diff": "@@ -64,7 +64,7 @@ backward = function(matrix[double] dout, matrix[double] X,\ndb = colSums(dout)\n}\n-init = function(int D, int M)\n+init = function(int D, int M, int seed = -...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2714] Seeded NN layers Add seeds to the initialization of affine and Conv2d layers
49,689
05.11.2020 00:38:08
-3,600
1967f8bb23109b2d3c6b0692fbcbf22324295594
[MINOR] Improve lineage cache spilling This patch: - adds lineage tracing for frame indexing, - reduces starting computation time for spilling from 100 to 10ms Allowing more entries to be spilled to disk increases peroformance, and makes the difference between the policies smaller.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/FrameIndexingCPInstruction.java", "diff": "@@ -21,9 +21,12 @@ package org.apache.sysds.runtime.instruct...
Java
Apache License 2.0
apache/systemds
[MINOR] Improve lineage cache spilling This patch: - adds lineage tracing for frame indexing, - reduces starting computation time for spilling from 100 to 10ms Allowing more entries to be spilled to disk increases peroformance, and makes the difference between the policies smaller.
49,738
08.11.2020 20:28:06
-3,600
c8a543317394131463e25a7f95c90a8d0f1c14fb
[MINOR] Fix warnings (imports, resources) and wrong code formatting
[ { "change_type": "DELETE", "old_path": "src/main/cuda/ext/jitify", "new_path": null, "diff": "-Subproject commit 3e96bcceb9e42105f6a32315abb2af04585a55b0\n" }, { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/conf/ConfigurationManager.java", "new_path": "src/mai...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix warnings (imports, resources) and wrong code formatting
49,738
09.11.2020 11:57:07
-3,600
997ba10ac59414685a76f97739126eac1f415e97
[MINOR] Fix ML context tests (lineage cleanup on object cleanup)
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java", "diff": "@@ -711,6 +711,7 @@ public abstract class CacheableData<T extends CacheB...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix ML context tests (lineage cleanup on object cleanup)
49,738
10.11.2020 13:11:33
-3,600
e8153caf8107374548178344261ed21c9f77275a
New built-in function for train/test splitting This patch introduces a new dml-bodied builtin function for common train/test splitting of feature matrices and labels. We support two types: contiguous (ranges of rows) and sampled (uniform selection of rows without replacement).
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/split.dml", "diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# distribut...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2722] New built-in function for train/test splitting This patch introduces a new dml-bodied builtin function for common train/test splitting of feature matrices and labels. We support two types: contiguous (ranges of rows) and sampled (uniform selection of rows without replacement).
49,706
10.11.2020 14:39:22
-3,600
a89fceec652e700f1fc7ffd3149b18e5719b03ae
Split Testing Added tests (builtin and federated) for new split builtin.
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/split.dml", "new_path": "scripts/builtin/split.dml", "diff": "#\n#-------------------------------------------------------------\n-# Split input data X and y into contiguous or samples train/test sets\n+# Split input data X and Y into contiguous...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2722] Split Testing Added tests (builtin and federated) for new split builtin.
49,722
10.11.2020 16:05:30
-3,600
e2bd5bf4fe90a66f316898208c851f796117a90c
Federated right indexing
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedRange.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedRange.java", "diff": "@@ -102,6 +102,21 @@ public class FederatedRange implements Compar...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2726] Federated right indexing
49,706
12.11.2020 19:02:33
-3,600
adb50434184c5a706cb268c63e3ad06738603d85
[MINOR] Use Log4j in overwriting config test
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/codegen/CellwiseTmplTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/codegen/CellwiseTmplTest.java", "diff": "@@ -22,8 +22,8 @@ package org.apache.sysds.test.functions.codegen;\nimport java.io...
Java
Apache License 2.0
apache/systemds
[MINOR] Use Log4j in overwriting config test
49,706
12.11.2020 15:01:34
-3,600
6d19dbaffc3e2ead068474c734ad289141025b5a
Cast to frame Federated
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedData.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedData.java", "diff": "@@ -74,6 +74,13 @@ public class FederatedData {\n_allFedSites.add(_a...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2723] Cast to frame Federated
49,706
12.11.2020 18:13:40
-3,600
d61c3bffc677443c28d0fca27364267c1ca41111
Cast to matrix Federated Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.java", "diff": "@@ -36,8 +36,6 @@ import org.apache.sysds.runtime.instructions.cp.Matrix...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2724] Cast to matrix Federated Closes #1100
49,722
13.11.2020 03:01:11
-3,600
809d53f6236232cb31eb02668263aab2ac80116d
[MINOR] Modifications to Federated Tests This commit change the federated tests to execute more consistantly on github.
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/dist.dml", "new_path": "scripts/builtin/dist.dml", "diff": "@@ -24,7 +24,6 @@ m_dist = function(Matrix[Double] X) return (Matrix[Double] Y) {\nG = X %*% t(X);\nI = matrix(1, rows = nrow(G), cols = ncol(G));\nY = -2 * (G) + (diag(G) * I) + (I * ...
Java
Apache License 2.0
apache/systemds
[MINOR] Modifications to Federated Tests This commit change the federated tests to execute more consistantly on github.
49,722
14.11.2020 17:42:33
-3,600
4d8ec5dd64922441f0acc452eee3e49bee0653cd
Federated remove empty closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/FEDInstructionUtils.java", "diff": "@@ -129,7 +129,7 @@ public class FEDInstructionUtils {\n}\nelse if( inst...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2732] Federated remove empty closes #1104
49,706
15.11.2020 20:24:44
-3,600
b29eb148c75cdc87b3613a9b603c7d1750cc2b7c
[MINOR] Federated Type Fixes Add an additional type of federated matrix, that covers the one location Federated Matrix, to enable both optimized code paths for column partitioned and row partitioned federated operations.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java", "diff": "@@ -372,7 +372,7 @@ public abstract class CacheableData<T extends CacheB...
Java
Apache License 2.0
apache/systemds
[MINOR] Federated Type Fixes Add an additional type of federated matrix, that covers the one location Federated Matrix, to enable both optimized code paths for column partitioned and row partitioned federated operations.
49,693
17.11.2020 00:41:38
-3,600
981b1e5b6832a9680effb88900550025f2221acf
[MINOR] Fix R execution on Windows when using R version 4.0
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "new_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "diff": "@@ -1041,10 +1041,6 @@ public abstract class AutomatedTestBase {\n// *** END HACK ***\n}\n- if(System.getProperty(\"...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix R execution on Windows when using R version 4.0
49,693
17.11.2020 00:53:41
-3,600
a82c21a25ff8c746b73af1a90b696cadd67d0aed
[MINOR] Cuda code template classes package rename cpp->cuda
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/codegen/cplan/CNode.java", "new_path": "src/main/java/org/apache/sysds/hops/codegen/cplan/CNode.java", "diff": "@@ -237,13 +237,13 @@ public abstract class CNode\nswitch (api) {\ncase CUDA:\nif(caller instanceof CNodeCell)\n...
Java
Apache License 2.0
apache/systemds
[MINOR] Cuda code template classes package rename cpp->cuda
49,722
17.11.2020 21:21:55
-3,600
2a8cb78827daed00fe016f6af22ab24f154be40c
Modified fed removeEmpty This commits change the remove empty federated command, to among other things improve the split function performance. Closes
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/split.dml", "new_path": "scripts/builtin/split.dml", "diff": "@@ -53,12 +53,13 @@ m_split = function(Matrix[Double] X, Matrix[Double] Y, Double f=0.7, Boolean con\n}\n# sampled train/test splits\nelse {\n+ # create random select vector accordin...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2730] Modified fed removeEmpty This commits change the remove empty federated command, to among other things improve the split function performance. Closes #1109
49,706
18.11.2020 13:12:53
-3,600
b0f584bcdaabcf918d1673389f1eb30b016a8cc8
[MINOR] l2svm move verbose print
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/l2svm.dml", "new_path": "scripts/builtin/l2svm.dml", "diff": "@@ -120,8 +120,6 @@ m_l2svm = function(Matrix[Double] X, Matrix[Double] Y, Boolean intercept = FALSE\nh = dd + sum(Xd * sv * Xd)\nstep_sz = step_sz - g/h\ncontinue1 = (g*g/h >= epsil...
Java
Apache License 2.0
apache/systemds
[MINOR] l2svm move verbose print
49,706
18.11.2020 17:11:23
-3,600
ddc5dec6154d15469ead992fa594950f440a9590
Federated Ternary aggregate This commit adds Federated Ternary Aggregation, as well as change the federated cleanup, to run in separated threads. The latter improve the system performance by synchronizing and cleaning workers in parallel with computation continuing. Also a minior syntax error is corrected in builtin l2svm. closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java", "diff": "@@ -231,8 +231,14 @@ public class FederationMap {\nList<Future<Feder...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2736] Federated Ternary aggregate This commit adds Federated Ternary Aggregation, as well as change the federated cleanup, to run in separated threads. The latter improve the system performance by synchronizing and cleaning workers in parallel with computation continuing. Also a minior syntax error is corrected in builtin l2svm. closes #1110
49,722
20.11.2020 14:55:34
-3,600
f9e60f2cbd9bbced6f5cccf9d4ad960f9b18ea70
[MINOR] LM pipeline test with 4 workers Closes
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/federated/algorithms/FederatedLmPipeline.java", "new_path": "src/test/java/org/apache/sysds/test/functions/federated/algorithms/FederatedLmPipeline.java", "diff": "package org.apache.sysds.test.functions.federated....
Java
Apache License 2.0
apache/systemds
[MINOR] LM pipeline test with 4 workers Closes #1111
49,689
12.11.2020 22:23:09
-3,600
608073796965354fcdbbd545194bc5b96c1e53d6
Adjust computeTime for CostNSize with ref counts This patch improves the CostNsize lineage cache eviction policy by adjusting the compute time of an cache entry with reference counts (#hits, #misses). This patch also introduces a non-recursive equal method for LineageItem.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java", "new_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java", "diff": "@@ -225,7 +225,7 @@ public class LineageCache\npublic static boolean probe(LineageItem key) {\n//TODO pr...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2739] Adjust computeTime for CostNSize with ref counts This patch improves the CostNsize lineage cache eviction policy by adjusting the compute time of an cache entry with reference counts (#hits, #misses). This patch also introduces a non-recursive equal method for LineageItem.
49,689
23.11.2020 10:08:20
-3,600
9bbe13731569c9735bbea8040cc39fc71e2584a8
Add saved and missed compute time to Lineage stats Example: LinCache Computetime (S/M): 108.305/7.504 sec. That is, lineage cache saved 108.3 seconds of execution, but missed 7.5 seconds due to evictions.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java", "new_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java", "diff": "@@ -307,9 +307,13 @@ public class LineageCache\nelse if (data instanceof ScalarObject)\ncentry.setValue(...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2740] Add saved and missed compute time to Lineage stats Example: LinCache Computetime (S/M): 108.305/7.504 sec. That is, lineage cache saved 108.3 seconds of execution, but missed 7.5 seconds due to evictions.
49,706
16.11.2020 14:43:15
-3,600
a05884ad2f042644bde0be23129ed1c5ca8246cb
Add federated read 1 worker test This commit adds a tests for one federated worker case, since this was not tested before. Also a test case for Federated Y L2SVM is added for a different number of workers.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/CacheableData.java", "diff": "@@ -364,7 +364,8 @@ public abstract class CacheableData<T extends CacheB...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2704] Add federated read 1 worker test This commit adds a tests for one federated worker case, since this was not tested before. Also a test case for Federated Y L2SVM is added for a different number of workers.
49,720
25.11.2020 12:21:45
-3,600
7ec6e7039184a08d677658773eff15be65ac2736
[MINOR] Removing print statement from FrameCastingTest.java
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/component/frame/FrameCastingTest.java", "new_path": "src/test/java/org/apache/sysds/test/component/frame/FrameCastingTest.java", "diff": "@@ -107,7 +107,6 @@ public class FrameCastingTest extends AutomatedTestBase\nfor( int ...
Java
Apache License 2.0
apache/systemds
[MINOR] Removing print statement from FrameCastingTest.java
49,706
27.11.2020 14:44:19
-3,600
c50165ddd47f50bc1c71c752f67c2a6fbaaa5aaa
[MINOR] Singleton Federated SSL context
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedData.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedData.java", "diff": "@@ -58,16 +58,8 @@ public class FederatedData {\nprivate static fina...
Java
Apache License 2.0
apache/systemds
[MINOR] Singleton Federated SSL context
49,738
28.11.2020 23:47:53
-3,600
9641173dd54ba9d43e4869483006bfc4fc66897c
Fix in-memory reblock for federated matrices/frames This patch fixes the spark reblock instructions (always compiled in hybrid mode), which incorrectly consolidate federated matrices/frames into the driver. We now simply extended the implementation to respect existing federated data objects.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/recompile/Recompiler.java", "new_path": "src/main/java/org/apache/sysds/hops/recompile/Recompiler.java", "diff": "@@ -68,6 +68,7 @@ import org.apache.sysds.runtime.controlprogram.LocalVariableMap;\nimport org.apache.sysds.ru...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2550] Fix in-memory reblock for federated matrices/frames This patch fixes the spark reblock instructions (always compiled in hybrid mode), which incorrectly consolidate federated matrices/frames into the driver. We now simply extended the implementation to respect existing federated data objects.
49,698
08.12.2020 17:50:26
-19,080
67e150d3d68de5dd63f4255112ce2161fcd7873f
[MINOR][DOC] Update algolia index name Refer
[ { "change_type": "MODIFY", "old_path": "docs/_includes/scripts.html", "new_path": "docs/_includes/scripts.html", "diff": "@@ -75,7 +75,7 @@ limitations under the License.\ndocsearch({\napiKey: '78c19564c220d4642a41197baae304ef',\n- indexName: 'apache_systemml',\n+ indexName: 'apache_systemds',\ninpu...
Java
Apache License 2.0
apache/systemds
[MINOR][DOC] Update algolia index name Refer https://github.com/algolia/docsearch-configs/pull/2943
49,706
12.12.2020 14:29:36
-3,600
d439f0e321fd84c37ed4f26bea68552ee907c6b1
Improved scale built-in function Closes
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/scale.dml", "new_path": "scripts/builtin/scale.dml", "diff": "#\n#-------------------------------------------------------------\n-m_scale = function(Matrix[Double] X, Boolean center, Boolean scale) return (Matrix[Double] Y) {\n- # This function...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2756] Improved scale built-in function Closes #1123.
49,689
13.12.2020 19:26:57
-3,600
0d5e94ace91b9883f9e64d3156ae405a6b3c4bea
Minor bug fixes for Lineage Estimator
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.java", "new_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageEstimatorStatistics.java", "diff": "@@ -26,7 +26,7 @@ import org.apache.sysds.utils.Statistics;\npublic class Li...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2755] Minor bug fixes for Lineage Estimator
49,700
17.12.2020 11:37:17
-3,600
0968c3b1fb2e88d279e71a3cde6154a163d2baf0
Add federated lmCG test for rewrite debugging Closes
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "new_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "diff": "@@ -106,7 +106,7 @@ public abstract class AutomatedTestBase {\npublic static final double GPU_TOLERANCE = 1e-9;\npub...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2759] Add federated lmCG test for rewrite debugging Closes #1126.
49,738
17.12.2020 13:17:03
-3,600
ed8b5f5c725526f8414d2dbe9113d52260597352
Fix error handling federated read, wrong test meta data This patch improves the federated read by explicit error handling for invalid meta data (e.g., federated data partitions larger than global matrix dimensions) in order to detect meta data inconsistencies.
[ { "change_type": "MODIFY", "old_path": ".github/workflows/functionsTests.yml", "new_path": ".github/workflows/functionsTests.yml", "diff": "@@ -40,7 +40,8 @@ jobs:\n\"**.functions.aggregate.**,**.functions.append.**,**.functions.binary.frame.**,**.functions.binary.matrix.**,**.functions.binary.scala...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2759] Fix error handling federated read, wrong test meta data This patch improves the federated read by explicit error handling for invalid meta data (e.g., federated data partitions larger than global matrix dimensions) in order to detect meta data inconsistencies.
49,738
19.12.2020 19:08:51
-3,600
c54213df08b259fc3b8c96d4c3ffe6b0ea6b1eb1
Fix indexed addition assignment (accumulation) This patch adds the missing support for addition assignments in left indexing expressions for both scalars and matrices as well as scalar and matrix indexed ranges. Thanks to Rene Haubitzer for catching this issue.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/parser/DMLTranslator.java", "new_path": "src/main/java/org/apache/sysds/parser/DMLTranslator.java", "diff": "@@ -1137,11 +1137,8 @@ public class DMLTranslator\nif (!(target instanceof IndexedIdentifier)) {\n//process right hand s...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2745] Fix indexed addition assignment (accumulation) This patch adds the missing support for addition assignments in left indexing expressions for both scalars and matrices as well as scalar and matrix indexed ranges. Thanks to Rene Haubitzer for catching this issue.
49,738
19.12.2020 22:45:40
-3,600
538f5472e13bbb011baa0bddee887807396bb45c
[MINOR] Fix flaky lineage cache eviction test (robustness github test)
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/lineage/CacheEvictionTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/lineage/CacheEvictionTest.java", "diff": "@@ -129,7 +129,10 @@ public class CacheEvictionTest extends LineageBase {\nAsser...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix flaky lineage cache eviction test (robustness github test)
49,722
19.12.2020 23:01:40
-3,600
0126197085d836441bdff29c8caa654a6d77e876
Federated reshape operations (aligned) Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationMap.java", "diff": "@@ -242,11 +242,18 @@ public class FederationMap {\n}\nprivate stati...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2762] Federated reshape operations (aligned) Closes #1129.
49,700
20.12.2020 19:29:13
-3,600
b685db68f6ff590f5a90bc8f82cd9a028fa7f02f
Modified Privacy Monitor for Fine-Grained Constraints Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/privacy/PrivacyMonitor.java", "new_path": "src/main/java/org/apache/sysds/runtime/privacy/PrivacyMonitor.java", "diff": "@@ -29,6 +29,8 @@ public class PrivacyMonitor\n{\nprivate static EnumMap<PrivacyLevel,LongAdder> che...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2668] Modified Privacy Monitor for Fine-Grained Constraints Closes #1120.
49,706
17.12.2020 12:42:14
-3,600
fea39149aee39419202cdbdf0c5273d8836629c8
Transpose micro benchmark This micro benchmark considers multiple cases, tallskinny, shortwide and "normal" matrices. It gives an indication of if the transpose is parallelizing and using the hardware appropriately. Closes # 1127
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -113,3 +113,4 @@ src/main/cpp/bin\n# Performance Test artifacts\nscripts/perftest/results\n+scripts/perftest/in\n\\ No newline at end of file\n" }, { "change_type": "ADD", "old_path": null, "ne...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2760] Transpose micro benchmark This micro benchmark considers multiple cases, tallskinny, shortwide and "normal" matrices. It gives an indication of if the transpose is parallelizing and using the hardware appropriately. Closes # 1127
49,706
12.12.2020 16:05:01
-3,600
06b5e4d741d9db2cdcd99b0cc10cc476b5c98668
PCA Transpose(Predict) and Inverse This commit adds functions for PCA transpose and inverse. to enable transposing on unseen data, from training and to inverse the pca transpose, to an approximation of the original data.
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/pca.dml", "new_path": "scripts/builtin/pca.dml", "diff": "# ---------------------------------------------------------------------------------------------\n# Xout Matrix --- Output feature matrix with K columns\n# Mout Matrix --- Output dominant...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2757] PCA Transpose(Predict) and Inverse This commit adds functions for PCA transpose and inverse. to enable transposing on unseen data, from training and to inverse the pca transpose, to an approximation of the original data.
49,706
23.12.2020 12:20:13
-3,600
4e7ad989107d98633b5dfdd8612a99b1b16053bd
[MINOR] Fix settings for IntelliJ default test execution This commit change the default test settings such that they execute out of the box in the IntelliJ IDE without having to use custom configurations forcing IntelliJ to use maven.
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "new_path": "src/test/java/org/apache/sysds/test/AutomatedTestBase.java", "diff": "@@ -216,9 +216,16 @@ public abstract class AutomatedTestBase {\nprivate static boolean outputBuffering = false;\nsta...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix settings for IntelliJ default test execution This commit change the default test settings such that they execute out of the box in the IntelliJ IDE without having to use custom configurations forcing IntelliJ to use maven.
49,689
23.12.2020 18:38:13
-3,600
b75cf91b9a1077fc04468417ce87d33181295c62
Fix lineage cache eviction test This patch replaces the current cache eviction test script with a better and robust (hopefully) one. This script simulates a mini-batch scenario with batch-wise preprocessing, which can be reused per epoch.
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/lineage/CacheEvictionTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/lineage/CacheEvictionTest.java", "diff": "@@ -29,7 +29,6 @@ import org.apache.sysds.hops.recompile.Recompiler;\nimport org...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2769] Fix lineage cache eviction test This patch replaces the current cache eviction test script with a better and robust (hopefully) one. This script simulates a mini-batch scenario with batch-wise preprocessing, which can be reused per epoch.
49,697
28.12.2020 22:08:54
-3,600
1d2517e1eb75646363e767a04c5c1b37ad12124e
Federated weighted cross entropy operations (WCEMM) Quaternary operations, part 1 Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederationUtils.java", "diff": "@@ -317,6 +317,10 @@ public class FederationUtils {\n}\n}\n+ pub...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2747] Federated weighted cross entropy operations (WCEMM) Quaternary operations, part 1 Closes #1133.
49,763
31.12.2020 19:45:12
-3,600
22ec7b13805f8e33b3d9b409924d8e299ad722bb
New arima built-in function (time series forecasting) DIA project WS2020/21. Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/arima.dml", "diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# distribut...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2773] New arima built-in function (time series forecasting) DIA project WS2020/21. Closes #1137.
49,700
31.12.2020 20:08:01
-3,600
43ed96efe29a6b3e46ad64179b1e4e07995cbcdf
Fix federated privacy exception handling Remove exception instances from FederatedResponse (do not leak information in stack traces) Add catch clauses for DMLPrivacyException and FederatedWorkerHandlerException Also remove unused constructors from DMLPrivacyException and add comments to FederatedWorkerHandlerException Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java", "diff": "package org.apache.sysds.runtime.controlprogram.fe...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2774] Fix federated privacy exception handling Remove exception instances from FederatedResponse (do not leak information in stack traces) Add catch clauses for DMLPrivacyException and FederatedWorkerHandlerException Also remove unused constructors from DMLPrivacyException and add comments to FederatedWorkerHandlerException Closes #1054.
49,738
31.12.2020 20:51:33
-3,600
b6a18804c6d17a67355e1657f54d3b7d362c73a1
[MINOR] Fix arima test (flag as thread-unsafe test to avoid inference)
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/builtin/BuiltinArimaTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/builtin/BuiltinArimaTest.java", "diff": "@@ -24,8 +24,7 @@ import java.util.Collection;\nimport java.util.HashMap;\nimport ...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix arima test (flag as thread-unsafe test to avoid inference)
49,691
04.01.2021 11:39:34
-3,600
f3988996fbe7c6baad3ddc2e9db31f9b0ba7a838
Initial design document for LLVM codegen backend DIA project WS2020/21, part I Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/staging/llvm-codegen-backend/llvm-codegen-design.md", "diff": "+<!--\n+{% comment %}\n+Licensed to the Apache Software Foundation (ASF) under one or more\n+contributor license agreements. See the NOTICE file distributed with\n+this work ...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2785] Initial design document for LLVM codegen backend DIA project WS2020/21, part I Closes #1138.
49,689
08.01.2021 16:07:46
-3,600
d4839b42c5c071df34ba25201d0708595494af06
Calculate checksums for Fed PUT requests For lineage-based reuse, it is necessary to uniquely identify each data item sent via PUT requests. Inspired by Spark, this patch introduces Adler32 checksum calculation for every CacheBlock, and materialize it in Federated request.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedRequest.java", "diff": "package org.apache.sysds.runtime.controlprogram.federated;\n+i...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2784] Calculate checksums for Fed PUT requests For lineage-based reuse, it is necessary to uniquely identify each data item sent via PUT requests. Inspired by Spark, this patch introduces Adler32 checksum calculation for every CacheBlock, and materialize it in Federated request.
49,754
09.01.2021 00:08:15
-3,600
3a9baf48427c8ad6f51a233feeff03a407175f64
Disguised Missing Values Detection DIA project WS2020/21. Closes Date: Sat Jan 9 00:05:47 2021 +0100
[ { "change_type": "MODIFY", "old_path": "docs/site/builtins-reference.md", "new_path": "docs/site/builtins-reference.md", "diff": "@@ -32,6 +32,7 @@ limitations under the License.\n* [`DBSCAN`-Function](#DBSCAN-function)\n* [`discoverFD`-Function](#discoverFD-function)\n* [`dist`-Function](#dist-func...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2789] Disguised Missing Values Detection Co-authored-by: Patrick Lovric <patrick.lovric@student.tugraz.at> Co-authored-by: Valentin Edelsbrunner <v.edelsbrunner@student.tugraz.at> DIA project WS2020/21. Closes #1144. Date: Sat Jan 9 00:05:47 2021 +0100
49,738
09.01.2021 21:38:22
-3,600
83e5eefd4f30095f05d8dfc549a2db1aae66f766
Cleanup disguised missing value detection * Fix thread-safeness for parfor environments (no static instance vars) * Fix hashmap/iterator handling (removed HashedMap, unnecessary casts) * Fix formatting related test DIA project WS2020/21, part 2
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/FrameBlock.java", "new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/FrameBlock.java", "diff": "@@ -2102,9 +2102,7 @@ public class FrameBlock implements CacheBlock, Externalizable {\n}\npublic Fra...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2789] Cleanup disguised missing value detection * Fix thread-safeness for parfor environments (no static instance vars) * Fix hashmap/iterator handling (removed HashedMap, unnecessary casts) * Fix formatting related test DIA project WS2020/21, part 2 Co-authored-by: David Kerschbaumer <david.kerschbaumer@student.tugraz.at> Co-authored-by: Patrick Lovric <patrick.lovric@student.tugraz.at> Co-authored-by: Valentin Edelsbrunner <v.edelsbrunner@student.tugraz.at>
49,763
09.01.2021 23:03:40
-3,600
6bb9a0d082fe89451e1f90ba85dc1a8796bd19bc
New outlierByArima (AR) built-in function DIA project WS2020/21. Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/outlierByArima.dml", "diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# ...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2790] New outlierByArima (AR) built-in function DIA project WS2020/21. Closes #1149.
49,722
11.01.2021 23:52:53
-3,600
18f86d4eb0f4efa24eb7a616016c85e66ee73bf9
MDedup Builtin for finding duplicate rows DIA project WS2020/21. Closes Date: Mon Jan 11 23:50:57 2021 +0100
[ { "change_type": "MODIFY", "old_path": "docs/site/builtins-reference.md", "new_path": "docs/site/builtins-reference.md", "diff": "@@ -56,6 +56,7 @@ limitations under the License.\n* [`slicefinder`-Function](#slicefinder-function)\n* [`normalize`-Function](#normalize-function)\n* [`gnmf`-Function](#g...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2782] MDedup Builtin for finding duplicate rows DIA project WS2020/21. Closes #1139. Date: Mon Jan 11 23:50:57 2021 +0100
49,689
13.01.2021 14:38:49
-3,600
0febfb1f5060b2043e4ff1d48b70c94bd7e07ec4
Improve serialization of dedup DAGs This patch cuts the dedup patch DAGs at placeholders just after each loop iteration, instead of at the time of serialization. This will help comparing compressed DAGs.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageDedupUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageDedupUtils.java", "diff": "@@ -21,6 +21,7 @@ package org.apache.sysds.runtime.lineage;\nimport java.util.ArrayList;\nimpo...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2581] Improve serialization of dedup DAGs This patch cuts the dedup patch DAGs at placeholders just after each loop iteration, instead of at the time of serialization. This will help comparing compressed DAGs.
49,706
13.01.2021 17:57:40
-3,600
44f29960b2e2c36e9e529817b3226ec9972c0766
[MINOR] Change sensitivity of ALSTest
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/builtin/BuiltinALSTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/builtin/BuiltinALSTest.java", "diff": "@@ -35,7 +35,7 @@ public class BuiltinALSTest extends AutomatedTestBase {\nprivate fin...
Java
Apache License 2.0
apache/systemds
[MINOR] Change sensitivity of ALSTest
49,689
15.01.2021 16:00:10
-3,600
7f6182715414e9685d13d7a9f02dbe95a8f599c0
Reuse of FED instruction results in Coordinator This patch introduces lineage-based caching of FED instructions in the coordinator. This enables skipping federated execution entirely if the output is available in the cache. To avoid unnecessary pulling, we only cache if the output object is not federated.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/CPInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/CPInstruction.java", "diff": "@@ -95,6 +95,8 @@ public abstract class CPInstruction extends Instruction\n//robustnes...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2795] Reuse of FED instruction results in Coordinator This patch introduces lineage-based caching of FED instructions in the coordinator. This enables skipping federated execution entirely if the output is available in the cache. To avoid unnecessary pulling, we only cache if the output object is not federated.
49,720
15.01.2021 18:54:57
-3,600
068f631b748f0ff425c94827c48667200afe5b36
[MINOR] Mdedup size propagation fix for Spark context
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/mdedup.dml", "new_path": "scripts/builtin/mdedup.dml", "diff": "@@ -113,7 +113,6 @@ detectDuplicates = function(Matrix[Double] LHS_adj, Matrix[Double] RHS_adj)\nn = nrow(LHS_adj)\nadjacency = LHS_adj * RHS_adj\n# find duplicates\n- # TODO size ...
Java
Apache License 2.0
apache/systemds
[MINOR] Mdedup size propagation fix for Spark context
49,720
15.01.2021 19:40:17
-3,600
8e5c5f3dc52e5c99bdea3bce39eece71ce91a6c8
[MINOR] Refactoring commit
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/BinaryOp.java", "new_path": "src/main/java/org/apache/sysds/hops/BinaryOp.java", "diff": "@@ -943,7 +943,7 @@ public class BinaryOp extends MultiThreadedHop\n}\nelse if(getDataType() == DataType.FRAME)\n{\n- if(getInput().to...
Java
Apache License 2.0
apache/systemds
[MINOR] Refactoring commit 068f631
49,720
15.01.2021 21:03:08
-3,600
178bdd7ae292323b7a8d57d5ce2612437958800e
[MINOR] Fixing failed test by reverting the changes in BinaryOp file.
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/mdedup.dml", "new_path": "scripts/builtin/mdedup.dml", "diff": "@@ -113,6 +113,6 @@ detectDuplicates = function(Matrix[Double] LHS_adj, Matrix[Double] RHS_adj)\nn = nrow(LHS_adj)\nadjacency = LHS_adj * RHS_adj\n# find duplicates\n- colDuplicate...
Java
Apache License 2.0
apache/systemds
[MINOR] Fixing failed test by reverting the changes in BinaryOp file.
49,749
16.01.2021 15:53:50
-3,600
e8cc1de36777a91a23d02ba5998c2083bbb224b0
Builtin function statsNA for computing NA statistics DIA project WS2020/21. Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/common/Builtins.java", "new_path": "src/main/java/org/apache/sysds/common/Builtins.java", "diff": "@@ -203,6 +203,7 @@ public enum Builtins {\nSMOTE(\"smote\", true),\nSOLVE(\"solve\", false),\nSPLIT(\"split\", true),\n+ STATSNA(...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2797] Builtin function statsNA for computing NA statistics Co-authored-by: Ismael Ibrahim <ismael.ibrahim@student.tugraz.at> DIA project WS2020/21. Closes #1117.
49,738
16.01.2021 21:47:31
-3,600
6165b509c3b3fcfc0b0690d52d1afe6e13d3fc17
Cleanup new statsNA built-in function * Vectorized all loops of statsNA * Fix statsNA verbose printing of gaps vector * Fix statsNA test formatting and warnings, * Fix statsNA documentation (formatting, conciseness) DIA project WS2020/21, part 2
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/lib/LibRightMultBy.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/lib/LibRightMultBy.java", "diff": "@@ -34,7 +34,6 @@ import org.apache.sysds.runtime.DMLRuntimeException;\nimport org.apache....
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2797] Cleanup new statsNA built-in function * Vectorized all loops of statsNA * Fix statsNA verbose printing of gaps vector * Fix statsNA test formatting and warnings, * Fix statsNA documentation (formatting, conciseness) DIA project WS2020/21, part 2 Co-authored-by: haubitzer <rene.haubitzer@gmail.com> Co-authored-by: Ismael Ibrahim <ismael.ibrahim@student.tugraz.at>
49,738
16.01.2021 22:21:00
-3,600
94e557ee3e087c307367465302a6fc498b08e3b6
[MINOR] Fix mdedup built-in function test (marked as thread-unsafe)
[ { "change_type": "DELETE", "old_path": "scripts/builtin/.autoencoder_2layer.dml.swp", "new_path": "scripts/builtin/.autoencoder_2layer.dml.swp", "diff": "Binary files a/scripts/builtin/.autoencoder_2layer.dml.swp and /dev/null differ\n" }, { "change_type": "MODIFY", "old_path": "src/test...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix mdedup built-in function test (marked as thread-unsafe)
49,722
16.01.2021 23:37:36
-3,600
fa770df49fdc18fa83bf7a4898e9f59b235dfb7e
[SYSTEMDS-2548,2796] Federated frame and matrix right indexing Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/InstructionUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/InstructionUtils.java", "diff": "@@ -25,7 +25,9 @@ import java.util.StringTokenizer;\nimport org.apache.sysds.common.Ty...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2548,2796] Federated frame and matrix right indexing Closes #1142.
49,706
17.01.2021 10:51:15
-3,600
4c08c28132ea68e3a0c749b2f4729e8daccd70b3
Builtin (de)compress function Dedicated script level functions to compress and decompress a matrix.
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "</executions>\n<configuration>\n<excludes>\n+ <exclude>scripts/perftest/results/**</exclude>\n<exclude>.gitignore</exclude>\n<exclude>.gitmodules</exclude>\n<exclude>.repository/</exclude>\n" }, { "change_type"...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2798] Builtin (de)compress function Dedicated script level functions to compress and decompress a matrix.
49,738
23.01.2021 18:13:32
-3,600
0bf27eaad3ffb40da8e6bf87d42721f0a333ba19
Fix parfor handling of negative loop increments * Fix parfor dependency analysis for negative increments (via normalization) * Fix parfor runtime program block (determine number of iterations correctly, to prevent invalid early-abort) * Fix removed local debug flag for parfor dependency analysis * Tests for parfor dependency analysis and runtime predicates
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/parser/ParForStatementBlock.java", "new_path": "src/main/java/org/apache/sysds/parser/ParForStatementBlock.java", "diff": "@@ -33,6 +33,10 @@ import org.apache.sysds.hops.IndexingOp;\nimport org.apache.sysds.hops.LiteralOp;\nimpo...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2802] Fix parfor handling of negative loop increments * Fix parfor dependency analysis for negative increments (via normalization) * Fix parfor runtime program block (determine number of iterations correctly, to prevent invalid early-abort) * Fix removed local debug flag for parfor dependency analysis * Tests for parfor dependency analysis and runtime predicates
49,694
23.01.2021 22:16:47
-3,600
4fb8ad1eed144db052640f021dd3e460f0898328
New built-in functions ALS-predict, ALS-topk-predict DIA project WS2020/21. Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/alsPredict.dml", "diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# dist...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2804] New built-in functions ALS-predict, ALS-topk-predict DIA project WS2020/21. Closes #1162. Co-Authored-By: Sven Celin <15521292+SvenCelin@users.noreply.github.com>
49,720
23.01.2021 23:58:03
-3,600
0eba4dcdd3d92c91b5192e1e7d2d84cff5326068
Builtin function gmmPredict for clustering instances Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/gmmPredict.dml", "diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# dist...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2735] Builtin function gmmPredict for clustering instances Closes #1108.
49,729
24.01.2021 20:20:14
-3,600
7203c00dc7394d293f711293c95d5652aabb69a3
Unified memory manager design and APIs DIA project WS2020/21, part 1. Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/caching/UnifiedMemoryManager.java", "diff": "+/*\n+ * Licensed to the Apache Software Foundation (ASF) under one\n+ * or more contributor license agreements. See the NOTICE file\n+ * distribu...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2806] Unified memory manager design and APIs DIA project WS2020/21, part 1. Closes #1147.
49,689
25.01.2021 17:43:26
-3,600
b87001b11101fc32ece6618922b73a5c5741a2e3
[MINOR] Update default lineage cache eviction policy to COSTNSIZE
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/api/DMLOptions.java", "new_path": "src/main/java/org/apache/sysds/api/DMLOptions.java", "diff": "@@ -62,7 +62,7 @@ public class DMLOptions {\npublic boolean lineage = false; // whether compute lineage trace\npublic boolean lineag...
Java
Apache License 2.0
apache/systemds
[MINOR] Update default lineage cache eviction policy to COSTNSIZE
49,706
29.01.2021 13:53:51
-3,600
81d0e95b0ad59dd0a9ee2635b4ce40a6b9376bd6
[MINOR] Compression stats only if used
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/utils/DMLCompressionStatistics.java", "new_path": "src/main/java/org/apache/sysds/utils/DMLCompressionStatistics.java", "diff": "@@ -77,7 +77,7 @@ public class DMLCompressionStatistics {\n}\npublic static void display(StringBuild...
Java
Apache License 2.0
apache/systemds
[MINOR] Compression stats only if used
49,738
29.01.2021 13:55:41
-3,600
527e47d7ac4d594020c0ac508a2ceae03048429a
[MINOR] Fix multiLogRegPredict (sanity check matching dims, cleanup)
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/multiLogRegPredict.dml", "new_path": "scripts/builtin/multiLogRegPredict.dml", "diff": "# accuracy Double --- scalar value of accuracy\n# ---------------------------------------------------------------------------------------------\n-\nm_multiL...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix multiLogRegPredict (sanity check matching dims, cleanup)
49,738
29.01.2021 15:38:49
-3,600
b2699ae3951c05ba8d6e14888eac6acd3ac5e77c
Cleanup lmPredict (rename, parameters, eval accuracy)
[ { "change_type": "MODIFY", "old_path": "docs/site/builtins-reference.md", "new_path": "docs/site/builtins-reference.md", "diff": "@@ -45,7 +45,7 @@ limitations under the License.\n* [`lm`-Function](#lm-function)\n* [`lmDS`-Function](#lmds-function)\n* [`lmCG`-Function](#lmcg-function)\n- * [`lmpredi...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-113] Cleanup lmPredict (rename, parameters, eval accuracy)
49,689
29.01.2021 17:37:55
-3,600
aa09b5c3d3b5d221426fd06871b6690e1297ee9e
Add lineage specific flags to SystemDS-config This patch adds two lineage specific configurations, enable/disable cache spilling and enable/disable compiler assisted dynamic rewrites. Both are true by default. These flags help in automating microbenchmarks.
[ { "change_type": "MODIFY", "old_path": "conf/SystemDS-config.xml.template", "new_path": "conf/SystemDS-config.xml.template", "diff": "<!-- Allocator to use to allocate GPU device memory. Supported values are cuda, unified_memory (default: cuda) -->\n<sysds.gpu.memory.allocator>cuda</sysds.gpu.memory...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2813] Add lineage specific flags to SystemDS-config This patch adds two lineage specific configurations, enable/disable cache spilling and enable/disable compiler assisted dynamic rewrites. Both are true by default. These flags help in automating microbenchmarks.
49,697
30.01.2021 23:23:19
-3,600
65d6ad393acea7f309c1cff4e768cec0b5998d15
Federated ALS-CG test, extended federated binary ops Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryMatrixMatrixFEDInstruction.java", "diff": "@@ -23,6 +23,7 @@ import org.apache.sysds.runt...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2747] Federated ALS-CG test, extended federated binary ops Closes #1170.
49,700
31.01.2021 00:28:02
-3,600
eeffef63cd8e2a5563c31f067cfe21e73a08e32d
Added conv1d layer to nn library (via conv2d) Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/nn/layers/conv1d.dml", "diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# distri...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2812] Added conv1d layer to nn library (via conv2d) Closes #1174.
49,706
01.02.2021 11:58:55
-3,600
f7b5f8811ad0c264f6ee1c7ecb9d16f4315698ca
Python Stability There have been some startup issues in the python API, where some tests would not properly connect to the JVM. This task addresses this by introducing a retry startup of the context in case of failures.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java", "new_path": "src/main/java/org/apache/sysds/conf/DMLConfig.java", "diff": "@@ -71,7 +71,7 @@ public class DMLConfig\npublic static final String COMPRESSED_LOSSY = \"sysds.compressed.lossy\";\npublic static f...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2821] Python Stability There have been some startup issues in the python API, where some tests would not properly connect to the JVM. This task addresses this by introducing a retry startup of the context in case of failures.
49,722
16.12.2020 20:09:55
-3,600
250c7345980f69f4b7918c252af5f2ab2213c1aa
Federated rowIndexMax and rowIndexMin This commit adds the functions prod and cov for federated execution. (also included tests). Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/lops/PartialAggregate.java", "new_path": "src/main/java/org/apache/sysds/lops/PartialAggregate.java", "diff": "@@ -233,9 +233,16 @@ public class PartialAggregate extends Lop\nsb.append( OPERAND_DELIMITOR );\nif( getExecType() == ...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2763] Federated rowIndexMax and rowIndexMin This commit adds the functions prod and cov for federated execution. (also included tests). Closes #1130
49,706
04.02.2021 11:11:41
-3,600
f4be1a30ddc88b6a1145cd1c035d243619243ace
[MINOR] remove accidental 'it'
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/lib/LibLeftMultBy.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/lib/LibLeftMultBy.java", "diff": "@@ -768,8 +768,7 @@ public class LibLeftMultBy {\n}\nif(_rl != _ru)\nleftMultByTransposeSelf...
Java
Apache License 2.0
apache/systemds
[MINOR] remove accidental 'it'
49,689
04.02.2021 20:35:50
-3,600
cb9c890d207feb7877d0768395c6ea473c7ab0bd
Update UDF reuse, add Fed pipeline reuse test This patch handles reusing those UDFs that return metadata with federated SUCCESS response (e.g. Rdiag, DiagMatrix). Furthermore, this adds a test to reuse a full federated pipeline having tasks such as preprocessing and hyperparameter tuning (LM).
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java", "diff": "@@ -350,9 +350,9 @@ public class FederatedWorkerHa...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2799] Update UDF reuse, add Fed pipeline reuse test This patch handles reusing those UDFs that return metadata with federated SUCCESS response (e.g. Rdiag, DiagMatrix). Furthermore, this adds a test to reuse a full federated pipeline having tasks such as preprocessing and hyperparameter tuning (LM).
49,693
05.02.2021 02:09:02
-3,600
98af625fb8cc8e9bed57bd82a7bc536e4d13d74a
[MINOR] Disable generation of GPU instruction for sum_sq reduction (needs a bugfix)
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/AggUnaryOp.java", "new_path": "src/main/java/org/apache/sysds/hops/AggUnaryOp.java", "diff": "@@ -97,7 +97,7 @@ public class AggUnaryOp extends MultiThreadedHop\nreturn false;\n}\nelse if ((_op == AggOp.SUM && (_direction ==...
Java
Apache License 2.0
apache/systemds
[MINOR] Disable generation of GPU instruction for sum_sq reduction (needs a bugfix)
49,693
05.02.2021 02:09:22
-3,600
d269cb905f057dff134256ac43c61e39308e91f6
Avoid recompiling generated cuda operators
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/codegen/SpoofCompiler.java", "new_path": "src/main/java/org/apache/sysds/hops/codegen/SpoofCompiler.java", "diff": "@@ -191,6 +191,22 @@ public class SpoofCompiler {\nnative_contexts = new HashMap<>();\nif(!native_contexts.c...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2825] Avoid recompiling generated cuda operators
49,693
05.02.2021 02:09:27
-3,600
81b806835ba198fd94cc6d512990b883c7995c4e
[MINOR] Better codegen source debug print with line numbers
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/codegen/CodegenUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/codegen/CodegenUtils.java", "diff": "@@ -28,6 +28,7 @@ import java.util.Arrays;\nimport java.util.Iterator;\nimport java.util.List;\nimport j...
Java
Apache License 2.0
apache/systemds
[MINOR] Better codegen source debug print with line numbers
49,738
09.02.2021 17:30:47
-3,600
0a112356e059c20baf609cd6c1f06a232ddd2f4c
Fix missing federated col-partitioned matrix multiply This patch adds the missing support for federated matrix multiplication for column partitioned federated matrices. In addition, we changed the log level of federated request command from info to debug, for reduced default output in local tests.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/federated/FederatedWorkerHandler.java", "diff": "@@ -96,10 +96,10 @@ public class FederatedWorkerHa...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2855] Fix missing federated col-partitioned matrix multiply This patch adds the missing support for federated matrix multiplication for column partitioned federated matrices. In addition, we changed the log level of federated request command from info to debug, for reduced default output in local tests.
49,689
10.02.2021 20:15:04
-3,600
b37026bac137f780bc9f3fb34887c7dac35a2a5c
Fix Cost&Size eviction policy This patch fixes a bug in the logic of adjusting scores by cache reference count. In addition to that, this patch makes the estimation of saved and missed compute time more robust and accurate.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java", "new_path": "src/main/java/org/apache/sysds/runtime/lineage/LineageCache.java", "diff": "@@ -153,6 +153,9 @@ public class LineageCache\nelse\nec.setScalarOutput(outName, e.getSOValue());\nreuse...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2739] Fix Cost&Size eviction policy This patch fixes a bug in the logic of adjusting scores by cache reference count. In addition to that, this patch makes the estimation of saved and missed compute time more robust and accurate.
49,706
11.02.2021 11:03:12
-3,600
65d07b355750ba35c10f8f56e9e080769b9770eb
[MINOR] parse threads in fed binary instruction
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.java", "diff": "@@ -34,11 +34,14 @@ public abstract class BinaryFEDInstruction extends...
Java
Apache License 2.0
apache/systemds
[MINOR] parse threads in fed binary instruction
49,706
11.02.2021 11:46:18
-3,600
0ca9d79718161b99678a6bf4b0fb927428f1daeb
[MINOR] fix log instruction parsing for builtin
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/CPInstructionParser.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/CPInstructionParser.java", "diff": "@@ -413,12 +413,14 @@ public class CPInstructionParser extends InstructionParser...
Java
Apache License 2.0
apache/systemds
[MINOR] fix log instruction parsing for builtin
49,738
11.02.2021 14:52:21
-3,600
2f39d9bda04b44d95ed44093fe34a939607388a4
Cleanup binary matrix-matrix/scalar instruction parsing
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/CPInstructionParser.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/CPInstructionParser.java", "diff": "@@ -413,14 +413,14 @@ public class CPInstructionParser extends InstructionParser...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2856] Cleanup binary matrix-matrix/scalar instruction parsing
49,706
11.02.2021 17:01:38
-3,600
2d48bb5ffab38fba82d90c99dec81378f862eeff
Federated parameterserver shceme isolated argument
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/parser/Statement.java", "new_path": "src/main/java/org/apache/sysds/parser/Statement.java", "diff": "@@ -101,6 +101,7 @@ public abstract class Statement implements ParseInfo\npublic enum PSScheme {\nDISJOINT_CONTIGUOUS, DISJOINT_...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2858] Federated parameterserver shceme isolated argument
49,738
11.02.2021 23:48:04
-3,600
bc93ea4578d6826eb15e085ad9a06ea6b77a5e43
Cleanup privacy constraints L2SVM test (arg updates)
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/privacy/algorithms/FederatedL2SVMTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/privacy/algorithms/FederatedL2SVMTest.java", "diff": "@@ -390,7 +390,7 @@ public class FederatedL2SVMTest exte...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2859] Cleanup privacy constraints L2SVM test (arg updates)
49,738
13.02.2021 00:58:16
-3,600
da6a209696baf1102e15c65e4968e8106313a6a5
[MINOR] Performance local parameter server (parallel updates)
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/LocalPSWorker.java", "diff": "@@ -37,10 +37,15 @@ public class LocalPSWorker extends PSWorker impl...
Java
Apache License 2.0
apache/systemds
[MINOR] Performance local parameter server (parallel updates)
49,738
13.02.2021 02:15:57
-3,600
a677fcd5de7de8e46f87eec13833aedbe5e870bd
[MINOR] Fix compressed unary aggregates (in-place binarycell ops) The compressed unary aggregates used the normal binary element-wise operations for update-in-place which broke the contract. Instead this is now replaced with the appropriate binary in-place operations. Furthermore, the formatting of this file used spaces instead of tabs which is now also fixed.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/lib/LibCompAgg.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/lib/LibCompAgg.java", "diff": "@@ -275,9 +275,7 @@ public class LibCompAgg {\nprivate static void reduceColOverlappingFutures(Lis...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix compressed unary aggregates (in-place binarycell ops) The compressed unary aggregates used the normal binary element-wise operations for update-in-place which broke the contract. Instead this is now replaced with the appropriate binary in-place operations. Furthermore, the formatting of this file used spaces instead of tabs which is now also fixed.
49,697
20.02.2021 17:14:57
-3,600
f487c187af9d4202787620dfa34bddd603f93585
Federated PNMF test, extended quaternary operations Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/QuaternaryWCeMMFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/QuaternaryWCeMMFEDInstruction.java", "diff": "@@ -29,6 +29,7 @@ import org.apache.sysds.runtime.co...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2747] Federated PNMF test, extended quaternary operations Closes #1175.
49,697
20.02.2021 18:04:33
-3,600
2576c2e9df350f549e6fd9c3463466c9630d923f
Cleanup federated binary operations, incl tests Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/BinaryFEDInstruction.java", "diff": "package org.apache.sysds.runtime.instructions.fed;\nimport org.apache....
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2867] Cleanup federated binary operations, incl tests Closes #1182.
49,684
20.02.2021 18:13:41
-3,600
2931f6ec82798e4e71281ac8ca9cc47a55381266
Improved parameter server epoch timing/logging Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.java", "new_path": "src/main/java/org/apache/sysds/parser/ParameterizedBuiltinFunctionExpression.java", "diff": "@@ -290,7 +290,7 @@ public class ParameterizedBuiltinFunctionExpressio...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2550] Improved parameter server epoch timing/logging Closes #1176.
49,688
23.02.2021 19:10:53
-3,600
846d1e25156ddec7187be040fb8eb92f6ad7d8e1
[MINOR] Fix null value check in EncoderMVImpute Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/transform/encode/EncoderMVImpute.java", "new_path": "src/main/java/org/apache/sysds/runtime/transform/encode/EncoderMVImpute.java", "diff": "@@ -178,7 +178,7 @@ public class EncoderMVImpute extends Encoder\n_hist.get(colI...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix null value check in EncoderMVImpute Closes #1187.