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,722
05.06.2021 16:08:20
-7,200
a0f1e8192ba9671e9a5bb431b3d69d7755008588
Additional federated GLM algorithm tests (col parts) Additional tests (GLM column-partitioned, and mmchain) as well as related improvements of the federated backend. 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": "@@ -1089,7 +1089,7 @@ public class InstructionUtils\nreturn InstructionUtils.concatOpe...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2988] Additional federated GLM algorithm tests (col parts) Additional tests (GLM column-partitioned, and mmchain) as well as related improvements of the federated backend. Closes #1289.
49,698
05.06.2021 19:38:09
-19,080
3baf16e8b7acb515d51539a7f0dba0b7c89ab7e9
[MINOR] Copyright year update
[ { "change_type": "MODIFY", "old_path": "NOTICE", "new_path": "NOTICE", "diff": "Apache SystemDS\n-Copyright [2015-2020] The Apache Software Foundation\n+Copyright [2015-2021] The Apache Software Foundation\nThis product includes software developed at\nThe Apache Software Foundation (http://www.apach...
Java
Apache License 2.0
apache/systemds
[MINOR] Copyright year update (#1295)
49,738
05.06.2021 22:46:02
-7,200
b2b6b3dbcf6c714d7f63d3686a05454f40a152ea
[MINOR] Fix javadoc issues, corrupted merge, and transform spec reads
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/ParameterizedBuiltinFEDInstruction.java", "diff": "@@ -179,7 +179,7 @@ public class Parameter...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix javadoc issues, corrupted merge, and transform spec reads
49,738
07.06.2021 11:38:40
-7,200
d43cc728a9dfb7e0164c741a1d73f010896b7d45
Fix robustness parfor program serialization
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/util/ProgramConverter.java", "new_path": "src/main/java/org/apache/sysds/runtime/util/ProgramConverter.java", "diff": "@@ -1120,14 +1120,15 @@ public class ProgramConverter\nfor( String fkey : prog.getFunctionProgramBlock...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2953] Fix robustness parfor program serialization
49,706
07.06.2021 09:50:03
-7,200
ffffc59bc5febb96bd523134dbc75817e15876f4
[MINOR] Remove notebooks
[ { "change_type": "DELETE", "old_path": "notebooks/databricks/MLContext.scala", "new_path": null, "diff": "-// Databricks notebook source\n-/*\n- * Licensed to the Apache Software Foundation (ASF) under one\n- * or more contributor license agreements. See the NOTICE file\n- * distributed with this wo...
Java
Apache License 2.0
apache/systemds
[MINOR] Remove notebooks
49,706
07.06.2021 14:10:31
-7,200
b1e6a81566ccf4a2ca196d47bfd94cb147470bd2
Remove Google analytics and Angolia search from docs
[ { "change_type": "MODIFY", "old_path": "docs/_includes/scripts.html", "new_path": "docs/_includes/scripts.html", "diff": "@@ -16,24 +16,7 @@ See the License for the specific language governing permissions and\nlimitations under the License.\n{% endcomment %}\n-->\n-{% if site.analytics_on == true %}...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3014] Remove Google analytics and Angolia search from docs
49,706
07.06.2021 20:09:47
-7,200
fe656fc092c4226df404b857f2fcf7628406c70a
[MINOR] CoCode Cleanup and Fix Test Fix the test that use RLE, by ignoring it for now. The error happens because the counting of runs in the new mapping is throwing a notImplementedException. This will be handled together with task later
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/CompressedMatrixBlockFactory.java", "diff": "@@ -170,7 +170,6 @@ public class CompressedMatrixBlockFactory {\n}\npr...
Java
Apache License 2.0
apache/systemds
[MINOR] CoCode Cleanup and Fix Test Fix the test that use RLE, by ignoring it for now. The error happens because the counting of runs in the new mapping is throwing a notImplementedException. This will be handled together with task SYSTEMDS-2948 later
49,706
08.06.2021 10:52:19
-7,200
dbe01db814e2ede4f28e7713ae4827f64a4a28ec
Remove mentions of caffe in license All mentions of Caffe is removed from the license since caffe is no longer used in systemds.
[ { "change_type": "MODIFY", "old_path": "dev/release/src/test/java/org/apache/sysds/validation/ValidateLicAndNotice.java", "new_path": "dev/release/src/test/java/org/apache/sysds/validation/ValidateLicAndNotice.java", "diff": "@@ -60,7 +60,6 @@ public class ValidateLicAndNotice\nstatic final String[]...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2570] Remove mentions of caffe in license All mentions of Caffe is removed from the license since caffe is no longer used in systemds.
49,738
09.06.2021 21:36:07
-7,200
94f36aacb9ea8036ad75f278fe4dda1aac7cae41
Fix robustness codegen cell template (all scalars) This patch fixes special cases of invalid cell template generation for all scalar inputs (e.g., inputs to seq() and subsequent operations). While this cleanup was already done, it came to late for special cases, so we now incorporate an additional filter step.
[ { "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": "@@ -728,12 +728,15 @@ public class SpoofCompiler {\n//generate cplan for existing memo table entry\nif( memo...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3016] Fix robustness codegen cell template (all scalars) This patch fixes special cases of invalid cell template generation for all scalar inputs (e.g., inputs to seq() and subsequent operations). While this cleanup was already done, it came to late for special cases, so we now incorporate an additional filter step.
49,706
10.06.2021 12:07:27
-7,200
85b0cb537a529698274023827c023e017212f6f7
Use SystemDS webpage to download datasets
[ { "change_type": "MODIFY", "old_path": "src/main/python/systemds/examples/tutorials/mnist.py", "new_path": "src/main/python/systemds/examples/tutorials/mnist.py", "diff": "@@ -29,6 +29,9 @@ import struct\nimport numpy as np\nimport requests\n+__all__ = [\"DataManager\"]\n+\n+\nclass DataManager:\n_t...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2995] Use SystemDS webpage to download datasets
49,688
11.06.2021 08:32:31
-7,200
2aae6922b38b6b50ee30adaf5cf7cb34231456eb
[MINOR] Bug fixes in TransformEncode Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.java", "new_path": "src/main/java/org/apache/sysds/runtime/transform/encode/ColumnEncoderComposite.java", "diff": "@@ -213,9 +213,13 @@ public class ColumnEncoderComposite extends C...
Java
Apache License 2.0
apache/systemds
[MINOR] Bug fixes in TransformEncode Closes #1309
49,738
13.06.2021 20:50:30
-7,200
e65b7838f7b2fc2c0c927e87c72252219094b790
[MINOR] Cleanups systemds script and default log4j properties 1) Fix default execution mode on distributed operations 2) Fix log4j properties - spark in ERROR level 3) Fix log4j properties - spark w/ console progress bar User can always configure these (changes only affect defaults), so this fix does not block the release.
[ { "change_type": "MODIFY", "old_path": "bin/systemds", "new_path": "bin/systemds", "diff": "@@ -39,9 +39,12 @@ if [ -z \"$SYSDS_QUIET\" ]; then\nSYSDS_QUIET=0\nfi\n-# if not set by env, set to singlenode execution by default\n+# if not set by env, set to default exec modes\nif [[ -z \"$SYSDS_EXEC_MO...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleanups systemds script and default log4j properties 1) Fix default execution mode on distributed operations 2) Fix log4j properties - spark in ERROR level 3) Fix log4j properties - spark w/ console progress bar User can always configure these (changes only affect defaults), so this fix does not block the release.
49,693
14.06.2021 10:33:45
-7,200
7c30b649aefd0ecd8499ff9efac6dfd2b7c182dd
[MINOR] Remove perftest, perftestDeprecated directories from bin release artifact
[ { "change_type": "MODIFY", "old_path": "src/assembly/bin.xml", "new_path": "src/assembly/bin.xml", "diff": "<excludes>\n<exclude>algorithms/obsolete/*</exclude>\n<exclude>algorithms/obsolete</exclude>\n- <exclude>perftest/*</exclude>\n+ <exclude>perftest/**/*</exclude>\n<exclude>perftest</exclude>\n...
Java
Apache License 2.0
apache/systemds
[MINOR] Remove perftest, perftestDeprecated directories from bin release artifact
49,693
14.06.2021 10:39:13
-7,200
1a8a76b86d9bc718ec197122799405b3ee45264d
[MINOR] Add maven-assembly-plugin to dependencies in pom.xml Without listing the plugin in the dependencies section, IntelliJ complains that it does not find the plugin and display an error. This fix basically improves pom.xml from correct to "more correct".
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<artifactId>protobuf-java-util</artifactId>\n<version>3.12.2</version>\n</dependency>\n+\n+ <dependency>\n+ <groupId>org.apache.maven.plugins</groupId>\n+ <artifactId>maven-assembly-plugin</artifactId>\n+ <version>3.3....
Java
Apache License 2.0
apache/systemds
[MINOR] Add maven-assembly-plugin to dependencies in pom.xml Without listing the plugin in the dependencies section, IntelliJ complains that it does not find the plugin and display an error. This fix basically improves pom.xml from correct to "more correct".
49,706
14.06.2021 13:30:53
-7,200
22d8b435ef5a113c29c23eb821dc507a3400e09e
Python Source reuse fix
[ { "change_type": "MODIFY", "old_path": "src/main/python/systemds/operator/nodes/source.py", "new_path": "src/main/python/systemds/operator/nodes/source.py", "diff": "@@ -191,9 +191,8 @@ class Source(OperationNode):\nreturn filtered_lines\n- def code_line(self, unnamed_input_vars: Sequence[str], name...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3021] Python Source reuse fix
49,738
14.06.2021 23:08:02
-7,200
9eb0885b56dc65e41a58d4508d309889c574a3f7
[MINOR] Fix parfor optimizer debug output (opt-log parameter) Parfor loops allow at a loop-instance level (via parfor(i in 1:n, log=DEBUG)) to set the log level to focus debugging for parallel plans on specific instances. The rework of logging, corrupted this functionality rendering this option mute. This patch re-enables this existing and documented functionality.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.java", "diff": "@@ -34,7 +34,6 @@ import org.apache.commons.logging.LogFactory;\nimport org.ap...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix parfor optimizer debug output (opt-log parameter) Parfor loops allow at a loop-instance level (via parfor(i in 1:n, log=DEBUG)) to set the log level to focus debugging for parallel plans on specific instances. The rework of logging, corrupted this functionality rendering this option mute. This patch re-enables this existing and documented functionality.
49,720
16.06.2021 19:47:17
-7,200
17ff4ad3f2e30830fce3cc0aa4a6dc160d219c71
[MINOR] Fix frame handling in DMVUtils and cleanup for redundant DML script
[ { "change_type": "DELETE", "old_path": "scripts/builtin/getPermutations.dml", "new_path": null, "diff": "-#-------------------------------------------------------------\n-#\n-# Licensed to the Apache Software Foundation (ASF) under one\n-# or more contributor license agreements. See the NOTICE file\...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix frame handling in DMVUtils and cleanup for redundant DML script
49,720
16.06.2021 20:18:41
-7,200
a5c289790745fcdb02de84a709c6d8ab3c2f3cd8
[MINOR] cleanup in Builtins.java
[ { "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": "@@ -124,7 +124,6 @@ public enum Builtins {\nFRAME_SORT(\"frameSort\", true),\nGAUSSIAN_CLASSIFIER(\"gaussianClassifier\", true),\n...
Java
Apache License 2.0
apache/systemds
[MINOR] cleanup in Builtins.java
49,693
16.06.2021 23:36:31
-7,200
b105a9c965577380814b53800c168e05a3e68223
[MINOR] Adding jars for janino and spark-core to binary release artifacts
[ { "change_type": "MODIFY", "old_path": "src/assembly/bin.xml", "new_path": "src/assembly/bin.xml", "diff": "<include>*:hadoop-yarn*</include>\n<include>*:jackson-core-asl*</include>\n<include>*:jackson-mapper-asl*</include>\n+ <include>*:janino*</include>\n<include>*:log4j*</include>\n+ <include>*:n...
Java
Apache License 2.0
apache/systemds
[MINOR] Adding jars for janino and spark-core to binary release artifacts
49,693
16.06.2021 23:42:42
-7,200
197a14bce0c2dca44f508ca8b2105dff16e1c462
SUM_SQ reduction for GPU-codegen fixed; cleanups This patch re-enables the reduction operation for GPU, which was (unnecessarily) disabled because it did not work correctly with cuda codegen. A few cleanups in the touched files went in alongside. Closes
[ { "change_type": "MODIFY", "old_path": "src/main/cuda/spoof-launcher/SpoofCUDAContext.cpp", "new_path": "src/main/cuda/spoof-launcher/SpoofCUDAContext.cpp", "diff": "#include <filesystem>\n#include <iostream>\n#include <cstdlib>\n-#include <sstream>\n-using clk = std::chrono::high_resolution_clock;\...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2854] SUM_SQ reduction for GPU-codegen fixed; cleanups This patch re-enables the reduction operation for GPU, which was (unnecessarily) disabled because it did not work correctly with cuda codegen. A few cleanups in the touched files went in alongside. Closes #1315
49,693
17.06.2021 00:42:42
-7,200
a17b5114cef70ab92f8f461326e294b2fda0614f
Cuda Codegen Sparse I/O failing (bugfix) This patch fixes the sparse input output support of spoof cuda codegen (was faulty after Closes
[ { "change_type": "MODIFY", "old_path": "src/main/cuda/headers/Matrix.h", "new_path": "src/main/cuda/headers/Matrix.h", "diff": "@@ -76,27 +76,27 @@ public:\n__device__ uint32_t cols() { return _mat->cols; }\n__device__ uint32_t rows() { return _mat->rows; }\n- __device__ uint32_t len() { return _mat...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3023] Cuda Codegen Sparse I/O failing (bugfix) This patch fixes the sparse input output support of spoof cuda codegen (was faulty after SYSTEMDS-2930). Closes #1318
49,757
19.06.2021 23:17:52
-7,200
9d5b898b4e4b94a685f239d513c55c23eaa0a4ef
Builtin hospitalResidencyMatch for Stable matching Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/hospitalResidencyMatch.dml", "diff": "+#-------------------------------------------------------------\n+## Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2591] Builtin hospitalResidencyMatch for Stable matching Closes #1312.
49,693
21.06.2021 09:42:42
-7,200
785897997a7b4b2522404f3590d595e33bd92fb3
[MINOR] Also remove perftest, perftestDeprecated directories from the jar, not only the release artifact (followup fix to 7c30b649aefd0ecd8499ff9efac6dfd2b7c182dd)
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<excludes>\n<exclude>algorithms/obsolete/*</exclude>\n<exclude>datagen/obsolete/*</exclude>\n- <exclude>perftest/*</exclude>\n+ <exclude>perftest/**/*</exclude>\n+ <exclude>perftest</exclude>\n+ <exclude>perftestDeprec...
Java
Apache License 2.0
apache/systemds
[MINOR] Also remove perftest, perftestDeprecated directories from the jar, not only the release artifact (followup fix to 7c30b649aefd0ecd8499ff9efac6dfd2b7c182dd)
49,693
21.06.2021 10:42:42
-7,200
036905881d77808b3b2ae2e55c7f4a86a71468ea
Followup to bugfix in SUM_SQ CUDA codegen in commit Tested with org.apache.sysds.test.functions.codegen.CellwiseTmplTest.testCodegenCellwiseRewrite9()
[ { "change_type": "MODIFY", "old_path": "src/main/cuda/headers/agg_ops.cuh", "new_path": "src/main/cuda/headers/agg_ops.cuh", "diff": "@@ -92,8 +92,6 @@ struct IdentityOp {\ntemplate<typename T>\nstruct SumOp {\n__device__ __forceinline__ T operator()(T a, T b) const {\n-// if(blockIdx.x==0 && thread...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2854] Followup to bugfix in SUM_SQ CUDA codegen in commit 197a14bce0c2dca44f508ca8b2105dff16e1c462 Tested with org.apache.sysds.test.functions.codegen.CellwiseTmplTest.testCodegenCellwiseRewrite9()
49,693
21.06.2021 11:42:42
-7,200
50b6cc8e9478b1ee6e450d47e6126faf5cabd5c1
[MINOR] Counting SpoofCUDAInstruction in GPU statistics
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/gpu/SpoofCUDAInstruction.java", "diff": "@@ -38,6 +38,7 @@ import org.apache.sysds.runtime.instructions.gpu.con...
Java
Apache License 2.0
apache/systemds
[MINOR] Counting SpoofCUDAInstruction in GPU statistics
49,689
22.06.2021 18:58:02
-7,200
ba9276fa1ee366e6acfe0df814253921549a97be
[maven-release-plugin] prepare release 2.1.0-rc3
[ { "change_type": "MODIFY", "old_path": "pom.xml", "new_path": "pom.xml", "diff": "<version>18</version>\n</parent>\n<groupId>org.apache.systemds</groupId>\n- <version>2.2.0-SNAPSHOT</version>\n+ <version>2.1.0</version>\n<artifactId>systemds</artifactId>\n<packaging>jar</packaging>\n<name>SystemDS</...
Java
Apache License 2.0
apache/systemds
[maven-release-plugin] prepare release 2.1.0-rc3
49,706
22.06.2021 19:11:08
-7,200
4037b98ed0bf84ae61188f695c472246376fb445
[MINOR] cleanup and fix link in README to use https
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -37,7 +37,7 @@ heterogeneous and nested schema.\n**Issue Tracker** [Jira Dashboard](https://issues.apache.org/jira/secure/Dashboard.jspa?selectPageId=12335852)\n**Status and Build:** SystemDS is renamed from Sys...
Java
Apache License 2.0
apache/systemds
[MINOR] cleanup and fix link in README to use https
49,689
29.06.2021 11:36:35
-7,200
90cec7559599e7308d2b6d5cd87667b05c6a46c0
[MINOR] Sync python project_version with pom.
[ { "change_type": "MODIFY", "old_path": "src/main/python/systemds/project_info.py", "new_path": "src/main/python/systemds/project_info.py", "diff": "# via string substitutions using the maven-resources-plugin\n__project_group_id__ = 'org.apache.systemds'\n__project_artifact_id__ = 'systemds'\n-__proj...
Java
Apache License 2.0
apache/systemds
[MINOR] Sync python project_version with pom.
49,698
29.06.2021 13:16:20
-7,200
43677d0d1e6a33e93d2816b001053edbdafde308
[MINOR] Sync docs version with maven pom.xml
[ { "change_type": "MODIFY", "old_path": "docs/_config.yml", "new_path": "docs/_config.yml", "diff": "@@ -39,7 +39,7 @@ exclude:\n- updateAPI.sh\n# These allow the documentation to be updated with newer releases\n-SYSTEMDS_VERSION: 2.1.0-SNAPSHOT\n+SYSTEMDS_VERSION: 2.2.0-SNAPSHOT\n# if 'analytics_on'...
Java
Apache License 2.0
apache/systemds
[MINOR] Sync docs version with maven pom.xml
49,698
30.06.2021 11:22:19
-19,080
9c6fbf381f48c9cee6b016f2933f0937e56cc0bc
[MINOR] Fallback for the situation where build folder doesn't exist `rm` docs: f, --force ignore nonexistent files and arguments, never prompt
[ { "change_type": "MODIFY", "old_path": "docs/updateAPI.sh", "new_path": "docs/updateAPI.sh", "diff": "@@ -39,7 +39,7 @@ else\nrm -r api/python\nmkdir api/python\ncd ../src/main/python/docs\n- rm -r build\n+ rm -f -r build\nmake html\ncd ../../../../\ncp -r src/main/python/docs/build/html/* docs/api/...
Java
Apache License 2.0
apache/systemds
[MINOR] Fallback for the situation where build folder doesn't exist `rm` docs: https://man7.org/linux/man-pages/man1/rm.1.html#:~:text=--force -f, --force ignore nonexistent files and arguments, never prompt
49,698
30.06.2021 12:32:54
-19,080
0275cd8f97359287b334ee4062ce9d37f48102fb
[MINOR][DOC] Add multiple jira issue tag instructions Refer:
[ { "change_type": "MODIFY", "old_path": "CONTRIBUTING.md", "new_path": "CONTRIBUTING.md", "diff": "@@ -92,9 +92,12 @@ The tags can be used in combination to one another. These are the only tags avai\n> [`87bc3584`](https://github.com/apache/systemds/commit/87bc3584db2148cf78b2d46418639e88ca27ec64) - ...
Java
Apache License 2.0
apache/systemds
[MINOR][DOC] Add multiple jira issue tag instructions (#1330) Refer: https://s.apache.org/supported-commit-tags
49,706
30.06.2021 11:18:52
-7,200
a1e1ae16f1b938cff12da6d782a8ab5c175fd5f4
[MINOR] Fix Python docs to use API correctly
[ { "change_type": "MODIFY", "old_path": "src/main/python/docs/source/api/operator/algorithms.rst", "new_path": "src/main/python/docs/source/api/operator/algorithms.rst", "diff": "@@ -28,7 +28,7 @@ As an example the lm algorithm can be used as follows:\n.. code-block:: python\n- # Import numpy and Sys...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix Python docs to use API correctly
49,706
30.06.2021 13:44:05
-7,200
4bd2b3645b7e61422d3c07707dd83282c0c09798
Python Split Tests
[ { "change_type": "MODIFY", "old_path": "src/main/python/systemds/operator/algorithm/__init__.py", "new_path": "src/main/python/systemds/operator/algorithm/__init__.py", "diff": "@@ -48,6 +48,7 @@ from .builtin.glm import glm\nfrom .builtin.gmm import gmm\nfrom .builtin.gmmPredict import gmmPredict\n...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3046] Python Split Tests
49,698
30.06.2021 17:14:16
-19,080
1c273eedd3986624017f1c5fd419009f68b1a098
[MINOR] Only move a generated folder if its <source> exists
[ { "change_type": "MODIFY", "old_path": "docs/updateAPI.sh", "new_path": "docs/updateAPI.sh", "diff": "@@ -49,7 +49,7 @@ else\nfind . -type f -exec sed -i 's/_static/static/g' {} +\nmv _sources sources\nfind . -type f -exec sed -i 's/_sources/sources/g' {} +\n- mv _images images\n+ [[ -f \"_images\" ...
Java
Apache License 2.0
apache/systemds
[MINOR] Only move a generated folder if its <source> exists
49,698
30.06.2021 17:58:30
-19,080
8e6bddd24d28a38f3671ca3e2ff4e6319c09321e
[MINOR] Robust check _images folder and set -e flag
[ { "change_type": "MODIFY", "old_path": "docs/updateAPI.sh", "new_path": "docs/updateAPI.sh", "diff": "#\n#-------------------------------------------------------------\n+# stop the script at first error\n+set -e\n+\ncurFolder=${PWD##*/}\nif [ $curFolder != \"docs\" ]; then\n@@ -49,7 +52,15 @@ else\n...
Java
Apache License 2.0
apache/systemds
[MINOR] Robust check _images folder and set -e flag (#1332)
49,706
08.06.2021 16:20:11
-7,200
33fe1a03a1408c0a132c81d916303143fc118768
[SYSTEMDS-2994,SYSTEMDS-2991] CLA Workload Analyzer and Workload Representation
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/Hop.java", "new_path": "src/main/java/org/apache/sysds/hops/Hop.java", "diff": "package org.apache.sysds.hops;\n+import java.util.ArrayList;\n+import java.util.Collection;\n+import java.util.HashMap;\n+import java.util.HashS...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2994,SYSTEMDS-2991] CLA Workload Analyzer and Workload Representation
49,706
01.07.2021 14:57:04
-7,200
66fcd4800576858d4cff98c37ae4d754d0885d68
CLA SoftReference decompreess
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/CompressedMatrixBlock.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/CompressedMatrixBlock.java", "diff": "@@ -24,6 +24,7 @@ import java.io.DataOutput;\nimport java.io.IOException;\nimport ja...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3048] CLA SoftReference decompreess
49,706
01.07.2021 15:06:59
-7,200
57a45f84e6540a3dfcab8a93f14106fae1b9fae8
CLA SoftReference ColGroup Counts
[ { "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": "@@ -22,6 +22,7 @@ package org.apache.sysds.runtime.compress.colgroup;\nimport java...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3049] CLA SoftReference ColGroup Counts
49,720
01.07.2021 15:00:35
-7,200
18f46113e0eb04720e390a1df9aead6ab8b373bc
Stemming function PorterStemmer Functionality added in map() call. Syntax output = map(input, "x -> x.PorterStemmer.stem(x)") Closes
[ { "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": "@@ -2212,6 +2212,7 @@ public class FrameBlock implements CacheBlock, Externalizable {\n// construct ...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3036] Stemming function PorterStemmer Functionality added in map() call. Syntax output = map(input, "x -> x.PorterStemmer.stem(x)") Closes #1319.
49,711
04.07.2021 18:58:20
-7,200
1dc278ad761cec4c6c4976c829f87a5a17e81889
New shortestPath builtin function AMLS project SS2021. Closes
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/shortestPath.dml", "diff": "+#-------------------------------------------------------------\n+#\n+# Licensed to the Apache Software Foundation (ASF) under one\n+# or more contributor license agreements. See the NOTICE file\n+# di...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3052] New shortestPath builtin function AMLS project SS2021. Closes #1254.
49,697
04.07.2021 19:52:56
-7,200
582b9c3f622d87cd9d11b9dd01abcb0a6f179309
Tracking and consolidation of federated statistics Closes
[ { "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": "@@ -52,6 +52,8 @@ public class DMLOptions {\npublic boolean clean = false; // Whether to clean up all SystemDS working directories (...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3039] Tracking and consolidation of federated statistics Closes #1321.
49,700
05.07.2021 15:31:28
-7,200
785bf13444fa104cece849db81cd1459febd5025
[MINOR] Edit L2SVMTest The L2SVM test failed because the alignment check in AggregateTernaryFEDInstruction had been changed. This meant that the script could run with no privacy exceptions when an input with PrivateAggregate constraint was given. The tests have now been changed so that they do not expect an exception.
[ { "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": "@@ -286,8 +286,7 @@ public class FederatedL2SVMTest exte...
Java
Apache License 2.0
apache/systemds
[MINOR] Edit L2SVMTest The L2SVM test failed because the alignment check in AggregateTernaryFEDInstruction had been changed. This meant that the script could run with no privacy exceptions when an input with PrivateAggregate constraint was given. The tests have now been changed so that they do not expect an exception.
49,720
05.07.2021 16:57:25
-7,200
31b65c5f4301e6e9db751a45ea89821cb99b064f
[MINOR] Indexing fix in cvlm
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/cvlm.dml", "new_path": "scripts/builtin/cvlm.dml", "diff": "m_cvlm = function(Matrix[Double] X, Matrix[Double] y, Integer k, Integer icpt = 0, Double reg = 1e-7) return (Matrix[Double] y_predict, Matrix[Double] allbeta)\n{\nM = nrow(X);\n- lim ...
Java
Apache License 2.0
apache/systemds
[MINOR] Indexing fix in cvlm
49,720
05.07.2021 17:05:10
-7,200
8948ff59d5a20e52c2f14ed26ad3c66a21efcce5
[MINOR] Adding null-mask in correctTypos for removing missing values from lookup dictionary.
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/correctTypos.dml", "new_path": "scripts/builtin/correctTypos.dml", "diff": "# TODO: future: add parameter for list of words that are sure to be correct\n-s_correctTypos = function(Frame[String] strings, Double frequency_threshold=0.05, Integer ...
Java
Apache License 2.0
apache/systemds
[MINOR] Adding null-mask in correctTypos for removing missing values from lookup dictionary.
49,720
05.07.2021 17:23:19
-7,200
548eab77e1f0ee378c800aeeeb21b6dfecc1727a
[MINOR] Added function parameter for order in frameSort
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/frameSort.dml", "new_path": "scripts/builtin/frameSort.dml", "diff": "-s_frameSort = function(Frame[String] F)\n+s_frameSort = function(Frame[String] F, Boolean orderDesc = TRUE )\nreturn (Frame[String] f_odered)\n{\nidx = matrix(1, 1, ncol(F))...
Java
Apache License 2.0
apache/systemds
[MINOR] Added function parameter for order in frameSort
49,720
05.07.2021 18:12:10
-7,200
56eb216420194533bc205b0daa913dc12320f0f6
[MINOR] cleanups in cleaning tests
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/bandit.dml", "new_path": "scripts/builtin/bandit.dml", "diff": "@@ -95,7 +95,7 @@ m_bandit = function(Matrix[Double] X_train, Matrix[Double] Y_train, List[Unknown\n# sort the configurations for successive halving\navergae_perf = getMaxPerConf(o...
Java
Apache License 2.0
apache/systemds
[MINOR] cleanups in cleaning tests
49,698
08.07.2021 22:37:45
-19,080
bae1506443b9c9576716291fc3cd72552a1359b8
Do not run Action workflow for doc changes Refer:
[ { "change_type": "MODIFY", "old_path": ".github/workflows/applicationTests.yml", "new_path": ".github/workflows/applicationTests.yml", "diff": "@@ -26,6 +26,9 @@ on:\nbranches:\n- master\npull_request:\n+ paths-ignore:\n+ - 'docs/**'\n+ - '*.md'\nbranches:\n- master\n" }, { "change_type": "M...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3053] Do not run Action workflow for doc changes (#1339) Refer: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-ignoring-paths
49,698
08.07.2021 22:56:22
-19,080
432b3fa0f93d6f6f73faebef553e1fba12526d11
Native blas guide Hardware and software requirements Configuration setup common troubleshooting steps
[ { "change_type": "MODIFY", "old_path": "docs/_includes/header.html", "new_path": "docs/_includes/header.html", "diff": "@@ -44,6 +44,7 @@ limitations under the License.\n<li><b>Running SystemDS:</b></li>\n<li><a href=\".{% if page.path contains 'site' %}/..{% endif %}/site/run\">Standalone Guide</a>...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3051] Native blas guide (#1338) - Hardware and software requirements - Configuration setup - common troubleshooting steps
49,698
10.07.2021 07:47:26
-19,080
931432942c57f617eb00908535c91564063a7b14
[MINOR] Update Python docs snapshot version
[ { "change_type": "MODIFY", "old_path": "src/main/python/docs/source/conf.py", "new_path": "src/main/python/docs/source/conf.py", "diff": "@@ -38,7 +38,7 @@ copyright = '2021, Apache SystemDS'\nauthor = 'Apache SystemDS'\n# The full version, including alpha/beta/rc tags\n-release = '2.0.0'\n+release ...
Java
Apache License 2.0
apache/systemds
[MINOR] Update Python docs snapshot version
49,706
12.07.2021 15:32:33
-7,200
c92cf5e004193e69b5be461e5b08750aa07fd848
[MINOR] Remove protobuf python
[ { "change_type": "MODIFY", "old_path": ".github/workflows/python.yml", "new_path": ".github/workflows/python.yml", "diff": "@@ -84,9 +84,6 @@ jobs:\npython-version: ${{ matrix.python-version }}\narchitecture: 'x64'\n- - name: Install Protobuf\n- run: sudo apt-get install protobuf-compiler libprotoc-...
Java
Apache License 2.0
apache/systemds
[MINOR] Remove protobuf python
49,706
12.07.2021 15:31:34
-7,200
5ac957d65ca6b00899a5112ed0ca10aec68d2ea9
Systemds docker image update This commit update the docker images for running Systemds in specific the `sysds` and `pythonsysds` images are updated, to use the latest version of systemds. Closes
[ { "change_type": "MODIFY", "old_path": "docker/README.md", "new_path": "docker/README.md", "diff": "@@ -36,22 +36,31 @@ To execute any given DML script follow the step Run.\n## Run\n-Running SystemDS in a docker container is as simple as constructing any DML script\n-Then Download the docker image `...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2974] Systemds docker image update This commit update the docker images for running Systemds in specific the `sysds` and `pythonsysds` images are updated, to use the latest version of systemds. Closes #1343
49,706
12.07.2021 18:12:02
-7,200
282e20d73fadc98b4afef1959870f728072b8418
Frame replace support Add support for replace on a frame both for CP and SP instructions. simply provide a frame and string target and replacement: X = replace(target=X, pattern ="REPLACE_ME", replacement = "SOMETHING_ELSE") 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": "@@ -478,7 +478,9 @@ public class ParameterizedBuiltinFunctionExpressio...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3055] Frame replace support Add support for replace on a frame both for CP and SP instructions. simply provide a frame and string target and replacement: X = replace(target=X, pattern ="REPLACE_ME", replacement = "SOMETHING_ELSE") Closes #1344
49,706
12.07.2021 20:17:58
-7,200
22b64f7bb2033d6095ecdb1c43ef0c64160d7e80
Python API replace operation
[ { "change_type": "MODIFY", "old_path": "src/main/python/systemds/operator/algorithm/__init__.py", "new_path": "src/main/python/systemds/operator/algorithm/__init__.py", "diff": "@@ -98,6 +98,7 @@ from .builtin.scale import scale\nfrom .builtin.scaleApply import scaleApply\nfrom .builtin.sherlock imp...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3056] Python API replace operation
49,706
15.07.2021 13:41:17
-7,200
e29e8bcac022ec43f08d2eee261b2d09ef526c80
[MINOR] Reduce Python testing actions
[ { "change_type": "DELETE", "old_path": ".github/workflows/federatedPython.yml", "new_path": null, "diff": "-#-------------------------------------------------------------\n-#\n-# Licensed to the Apache Software Foundation (ASF) under one\n-# or more contributor license agreements. See the NOTICE fil...
Java
Apache License 2.0
apache/systemds
[MINOR] Reduce Python testing actions
49,706
15.07.2021 14:42:45
-7,200
3227fdb70c6afcbfdca28a7a323ae6927048b37e
NNZ larger than Integer metadata If the metadata nnz is larger than Integer.MAX_VALUE, the metadata nnz is parsed as a long value, otherwise a int value. This commit fixes fix this to correctly handle long or int values.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/meta/MetaDataAll.java", "new_path": "src/main/java/org/apache/sysds/runtime/meta/MetaDataAll.java", "diff": "@@ -166,7 +166,7 @@ public class MetaDataAll extends DataIdentifier {\ncase DataExpression.READROWPARAM: _dim1 =...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3059] NNZ larger than Integer metadata If the metadata nnz is larger than Integer.MAX_VALUE, the metadata nnz is parsed as a long value, otherwise a int value. This commit fixes fix this to correctly handle long or int values.
49,735
16.07.2021 14:16:31
-7,200
b4e06233b473d843566128888c75760ad12460af
New matrixProfile builtin (anomaly detection) AMLS project SS2021. Closes
[ { "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* [`lmCG`-Function](#lmcg-function)\n* [`lmDS`-Function](#lmds-function)\n* [`lmPredict`-Function](#lmPredict-function)\...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3062] New matrixProfile builtin (anomaly detection) AMLS project SS2021. Closes #1348.
49,738
16.07.2021 15:31:59
-7,200
c7a5de08ff72f700533815ed453831355d98e77a
Fix runtime size propagation spark sample This patch fixes a missing propagation of the number of rows on spark sample operations in case the compiler could not infer them, which led to exceptions if following operations need this info but are forced to spark operations as well.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/RandSPInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/RandSPInstruction.java", "diff": "@@ -756,7 +756,8 @@ public class RandSPInstruction extends UnarySPInstru...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3062] Fix runtime size propagation spark sample This patch fixes a missing propagation of the number of rows on spark sample operations in case the compiler could not infer them, which led to exceptions if following operations need this info but are forced to spark operations as well.
49,738
16.07.2021 17:14:37
-7,200
84f21358b6ea677ca2406d800a9995e64077f435
[MINOR] Fix metadata on spark binary write w/ non-default blocksizes This patch fixes issues of incorrectly written metadata files (blocksize of binary block matrices) when invoked through spark write instructions.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/WriteSPInstruction.java", "diff": "@@ -178,9 +178,9 @@ public class WriteSPInstruction extends SPInstruct...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix metadata on spark binary write w/ non-default blocksizes This patch fixes issues of incorrectly written metadata files (blocksize of binary block matrices) when invoked through spark write instructions.
49,704
16.07.2021 17:31:04
-7,200
fe0965a7f4f8c632526d2969f73beda18b5e7709
[MINOR] Fix paramserv builtin docs (invalid example code) Closes
[ { "change_type": "MODIFY", "old_path": "docs/site/dml-language-reference.md", "new_path": "docs/site/dml-language-reference.md", "diff": "@@ -1638,7 +1638,7 @@ Scheme | Definition\n-------- | -----------\nDisjoint_Contiguous | For each worker, use a right indexing operation X[beg:end,] to obtain con...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix paramserv builtin docs (invalid example code) Closes #1345.
49,697
16.07.2021 18:59:55
-7,200
3dd6f278743e4447a1c24fc4c94ce0b759ff4a5a
Fix federated quanternary ops (no data consolidation) Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/QuaternaryFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/QuaternaryFEDInstruction.java", "diff": "@@ -35,6 +35,8 @@ import org.apache.sysds.lops.WeightedSquared...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2982] Fix federated quanternary ops (no data consolidation) Closes #1337.
49,738
17.07.2021 00:17:16
-7,200
9fcc6d3b38c372539f468e9d347e8b12ebdc5110
Fix invalid shuffle-free spark reblock This patch fixes a case of invalid binary reblock for cases where the output block size is larger than the number of rows and columns.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/spark/utils/RDDConverterUtils.java", "diff": "@@ -188,8 +188,8 @@ public class RDDConverterUtils {\nJavaPa...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3064] Fix invalid shuffle-free spark reblock This patch fixes a case of invalid binary reblock for cases where the output block size is larger than the number of rows and columns.
49,706
17.07.2021 13:05:33
-7,200
14bb8a5ba37fa2a6b81028797f24223a54297fc7
CLA Spark Decompress This commit adds/fixes spark decompression. also contained in this commit is the ability to see the compression size if logging level is Trace while compressing with spark instructions.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/SPInstructionParser.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/SPInstructionParser.java", "diff": "@@ -59,6 +59,7 @@ import org.apache.sysds.runtime.instructions.spark.CpmmSPInstr...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3066] CLA Spark Decompress This commit adds/fixes spark decompression. also contained in this commit is the ability to see the compression size if logging level is Trace while compressing with spark instructions.
49,720
17.07.2021 18:40:32
-7,200
6a295dacf6507d7be527fd40877bb037034f10b1
[MINOR] Cleaning Pipelines - Test added for logical enumeration
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/bandit.dml", "new_path": "scripts/builtin/bandit.dml", "diff": "@@ -381,9 +381,9 @@ extractTopK = function(Frame[Unknown] pipeline, Matrix[Double] hyperparam,\n# remove the zero rows, identifiers of unique records\ndup = removeEmpty(target = du...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleaning Pipelines - Test added for logical enumeration
49,720
17.07.2021 18:47:24
-7,200
19dc9c2942e5a403a0de912b9dc7703f48413c84
[MINOR] Typo fix in test file
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinTopkCleaningClassificationTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinTopkCleaningClassificationTest.java", "diff": "@@ -23,6 +23,7 @@ import org.apache....
Java
Apache License 2.0
apache/systemds
[MINOR] Typo fix in test file
49,720
18.07.2021 23:09:34
-7,200
c3f0cdf1123e726e2c8ab6263f6f0e491d9186c2
[MINOR] Cleaning Pipelines - Holdout test added - Train and test data parameters are added into topk_cleaning builtin - Holdout test case is added to avoid data leakage problem in evaluation - TODO fix the cross validations to avoid any possible data leakage
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/bandit.dml", "new_path": "scripts/builtin/bandit.dml", "diff": "#\n#-------------------------------------------------------------\n-m_bandit = function(Matrix[Double] X_train, Matrix[Double] Y_train, List[Unknown] metaList, String evaluationFun...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleaning Pipelines - Holdout test added - Train and test data parameters are added into topk_cleaning builtin - Holdout test case is added to avoid data leakage problem in evaluation - TODO fix the cross validations to avoid any possible data leakage
49,738
22.07.2021 13:36:50
-7,200
07c69e62449a95ad889f9453bac8410d667fe689
Extended rewrites for splitting DAGs after compression This patch extends the existing 'split-DAG after data-dependent operators' rewrite and the IPA integration of workload-aware compression in order to allow recompilation according to compression results (e.g., compile local instead of distributed operations for highly compressible data).
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/ipa/InterProceduralAnalysis.java", "new_path": "src/main/java/org/apache/sysds/hops/ipa/InterProceduralAnalysis.java", "diff": "@@ -241,7 +241,8 @@ public class InterProceduralAnalysis\nFunctionCallGraph graph2 = new Functio...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3069] Extended rewrites for splitting DAGs after compression This patch extends the existing 'split-DAG after data-dependent operators' rewrite and the IPA integration of workload-aware compression in order to allow recompilation according to compression results (e.g., compile local instead of distributed operations for highly compressible data).
49,689
28.07.2021 01:19:00
-7,200
2f0a18e069a02d67043241f43c8d81055e1a4148
Lineage trace sinit instruction This patch adds lineage tracing and recompute from lineage supports for sinit instruction.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/cp/StringInitCPInstruction.java", "diff": "@@ -21,11 +21,16 @@ package org.apache.sysds.runtime.instructions....
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3074] Lineage trace sinit instruction This patch adds lineage tracing and recompute from lineage supports for sinit instruction.
49,684
29.07.2021 22:22:47
-7,200
5b96745aa42136e9f3ac4b62fe40dcad8c8ab9e2
Minor fixes (typo, tests) federated parameter server Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.java", "diff": "@@ -321,7 +321,7 @@ public class FederatedPSCo...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2550] Minor fixes (typo, tests) federated parameter server Closes #1352.
49,720
03.08.2021 17:14:43
-7,200
77e861afca946702019e459df6d308ae84189718
[MINOR] Cleanup builtin tomeklink (vectorizing, formatting)
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/tomeklink.dml", "new_path": "scripts/builtin/tomeklink.dml", "diff": "# NAME TYPE DEFAULT MEANING\n# ---------------------------------------------------------------------------------------------\n# X MATRIX --- Data Matrix (nxm)\n-# y MATRIX --...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleanup builtin tomeklink (vectorizing, formatting)
49,706
31.07.2021 17:24:52
-7,200
60b3a60ea517f0982399b842822d765ac051393a
Binary Inplace Operations RightSide Output
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixBincell.java", "new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixBincell.java", "diff": "@@ -28,6 +28,8 @@ import java.util.concurrent.ExecutorService;\nimport java.util.concurr...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3081] Binary Inplace Operations RightSide Output
49,706
31.07.2021 17:30:20
-7,200
d17d9c1c4fd52900fc3885615c6aefc77778d9e9
[MINOR] CUMSUM on empty matrix In aggregateUnaryMatrixEmpty cumulative sum on an empty matrix is a no-op. I added the switch case to this since i ran into an edge case where spark would say unsupported aggregation type. Also added is a test that verify this bug.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixAgg.java", "new_path": "src/main/java/org/apache/sysds/runtime/matrix/data/LibMatrixAgg.java", "diff": "@@ -1639,7 +1639,9 @@ public class LibMatrixAgg\nout.quickSetValue(2, j, in.rlen); //count\nbrea...
Java
Apache License 2.0
apache/systemds
[MINOR] CUMSUM on empty matrix In aggregateUnaryMatrixEmpty cumulative sum on an empty matrix is a no-op. I added the switch case to this since i ran into an edge case where spark would say unsupported aggregation type. Also added is a test that verify this bug.
49,697
09.08.2021 21:36:23
-7,200
5e386384296a781cf6d3adf1ffe52105e4356407
Fix federated wdivmm basic (no result consolidation) Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/ExecutionContext.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/context/ExecutionContext.java", "diff": "@@ -306,6 +306,10 @@ public class ExecutionContext {\nreturn getMa...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3086] Fix federated wdivmm basic (no result consolidation) Closes #1361.
49,742
09.08.2021 23:05:16
-7,200
962361fd5095cf5a4f86fd95d63d0e22f94c1498
New t-SNE builtin script (from staging) AMLS project SS2021. Closes
[ { "change_type": "MODIFY", "old_path": "docs/site/builtins-reference.md", "new_path": "docs/site/builtins-reference.md", "diff": "@@ -79,6 +79,7 @@ limitations under the License.\n* [`steplm`-Function](#steplm-function)\n* [`tomekLink`-Function](#tomekLink-function)\n* [`toOneHot`-Function](#toOneHO...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-831] New t-SNE builtin script (from staging) AMLS project SS2021. Closes #1360. Co-authored-by: Imran Younus <imranyounus@gmail.com>
49,738
09.08.2021 23:28:09
-7,200
3c12eade6f14ff711c1b5549652be3ab26267540
[MINOR] Simplification of dist builtin function (avoid unnecessary ops)
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/dist.dml", "new_path": "scripts/builtin/dist.dml", "diff": "m_dist = function(Matrix[Double] X) return (Matrix[Double] Y) {\nG = X %*% t(X);\n- I = matrix(1, rows = nrow(G), cols = ncol(G));\n- Y = -2 * (G) + (diag(G) * I) + (I * t(diag(G)));\n...
Java
Apache License 2.0
apache/systemds
[MINOR] Simplification of dist builtin function (avoid unnecessary ops)
49,689
11.08.2021 09:46:31
-7,200
4b65212fa7cb651d28c017f9720a3d05b460738c
Add cleanup for the prefetch threads This patch adds the missing shutdown of the threads created for asynchronous triggering of spark operations. Moreover, now we use a CachedThreadPool to manage the varying number of prefetch instructions efficently.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/api/DMLScript.java", "new_path": "src/main/java/org/apache/sysds/api/DMLScript.java", "diff": "@@ -67,6 +67,7 @@ import org.apache.sysds.runtime.controlprogram.federated.FederatedWorker;\nimport org.apache.sysds.runtime.controlpr...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3088] Add cleanup for the prefetch threads This patch adds the missing shutdown of the threads created for asynchronous triggering of spark operations. Moreover, now we use a CachedThreadPool to manage the varying number of prefetch instructions efficently.
49,738
11.08.2021 23:41:50
-7,200
bd1c7c95f26494f9285d6b9ed2aaa595ce4f5b24
New builtin function selByVarThresh (feature selection) Small util builtin function for feature selection that drops features with less than a threshold column variance. By default we drop constant features that are not useful for model training (other than explicit intercept).
[ { "change_type": "ADD", "old_path": null, "new_path": "scripts/builtin/selectByVarThresh.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-3092] New builtin function selByVarThresh (feature selection) Small util builtin function for feature selection that drops features with less than a threshold column variance. By default we drop constant features that are not useful for model training (other than explicit intercept).
49,738
13.08.2021 23:16:37
-7,200
c97a2454570c92966f4290c9b117547df3f152e0
[MINOR] Improved error handling eval (returns) and parser (slice/fcall)
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/parser/dml/DmlSyntacticValidator.java", "new_path": "src/main/java/org/apache/sysds/parser/dml/DmlSyntacticValidator.java", "diff": "@@ -558,11 +558,12 @@ public class DmlSyntacticValidator implements DmlListener {\n}\n@Override\...
Java
Apache License 2.0
apache/systemds
[MINOR] Improved error handling eval (returns) and parser (slice/fcall)
49,697
13.08.2021 23:35:15
-7,200
59267c983bc7632f7c779618f4824114dd6ff4e4
Fix performance federated ctable (sparse accumulation) Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/CtableFEDInstruction.java", "new_path": "src/main/java/org/apache/sysds/runtime/instructions/fed/CtableFEDInstruction.java", "diff": "@@ -197,7 +197,7 @@ public class CtableFEDInstruction extends Computat...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3091] Fix performance federated ctable (sparse accumulation) Closes #1362.
49,725
17.08.2021 15:44:19
-7,200
4de703bf4e35060a5fd877f43b9dea99173d870e
Fix simple-aggregation-example Fix python docs example for federated initialization. Closes
[ { "change_type": "MODIFY", "old_path": "src/main/python/docs/source/guide/federated.rst", "new_path": "src/main/python/docs/source/guide/federated.rst", "diff": "@@ -82,7 +82,7 @@ The aggregated sum using federated instructions in python SystemDS is done as fo\naddress = \"localhost:8001/temp/test.c...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3097] Fix simple-aggregation-example Fix python docs example for federated initialization. Closes #1366
49,706
23.08.2021 09:44:18
-7,200
276d153b8ab18a10015c2230900b448e085f6610
Fix CSV metadata parsing in federated execution This commit fixes the metadata handling when parsing a federated csv file. The issues was that header was always set to true, when parsing CSV. The commit also contains both python and java tests to remove future errors. 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": "@@ -197,6 +197,7 @@ public class FederatedWorkerHa...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3097] Fix CSV metadata parsing in federated execution This commit fixes the metadata handling when parsing a federated csv file. The issues was that header was always set to true, when parsing CSV. The commit also contains both python and java tests to remove future errors. Closes #1370
49,706
23.08.2021 13:16:33
-7,200
e1f4a6b3c8fa7462581a9918b354fa169545ac37
[MINOR] Fix FederatedTokenizeTest that was reading CSV files without headers Remove unused import in test Utils
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/TestUtils.java", "new_path": "src/test/java/org/apache/sysds/test/TestUtils.java", "diff": "@@ -64,7 +64,6 @@ import org.apache.hadoop.io.SequenceFile;\nimport org.apache.hadoop.io.SequenceFile.Writer;\nimport org.apache.sys...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix FederatedTokenizeTest that was reading CSV files without headers Remove unused import in test Utils
49,706
23.08.2021 14:57:24
-7,200
b9aea4f1dbcc45c1a4081fd4cde61b4b1d6f719c
[MINOR] Fix tokenize test again Unfortunately i made a regression when merging in some of the code from Compression, this commit fixes the regression.
[ { "change_type": "MODIFY", "old_path": "src/test/scripts/functions/federated/FederatedTokenizeTest.dml", "new_path": "src/test/scripts/functions/federated/FederatedTokenizeTest.dml", "diff": "#-------------------------------------------------------------\nF1 = federated(type=\"frame\", addresses=lis...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix tokenize test again Unfortunately i made a regression when merging in some of the code from Compression, this commit fixes the regression.
49,738
23.08.2021 21:13:16
-7,200
d0785db27e9d00d79bf374fa384ed04f458b12cc
[MINOR] Fix federated parameserv tests (missing agg instruction)
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.java", "new_path": "src/main/java/org/apache/sysds/runtime/controlprogram/paramserv/FederatedPSControlThread.java", "diff": "@@ -522,7 +522,9 @@ public class FederatedPSCo...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix federated parameserv tests (missing agg instruction)
49,720
25.08.2021 12:31:19
-7,200
3086a20af64f27fe5c173e1b8a95b98e74208be5
[MINOR] Cleanup commit adding missing license
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinExecutePipelineTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinExecutePipelineTest.java", "diff": "+/*\n+ * Licensed to the Apache Software Foundation (ASF) ...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleanup commit 9901b72, adding missing license
49,720
25.08.2021 13:40:20
-7,200
8167a3d90cfc939e5c8312febda258755a322a1a
[MINOR] Cleaning Pipelines cleanups (test fixes, formatting etc.)
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinExecutePipelineTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/pipelines/BuiltinExecutePipelineTest.java", "diff": "@@ -65,10 +65,4 @@ public class BuiltinExecutePipelineTest...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleaning Pipelines cleanups (test fixes, formatting etc.)
49,720
25.08.2021 15:55:39
-7,200
79745653bd73638d0a005b36a0ac085e395a50d3
[MINOR] Cleaning Pipelines cleanups (removing print statements)
[ { "change_type": "MODIFY", "old_path": "scripts/builtin/applyAndEvaluate.dml", "new_path": "scripts/builtin/applyAndEvaluate.dml", "diff": "@@ -49,7 +49,6 @@ return (Matrix[Double] result)\n}\n# # # when the evaluation function is called first we also compute and keep hyperparams of target applicati...
Java
Apache License 2.0
apache/systemds
[MINOR] Cleaning Pipelines cleanups (removing print statements)
49,738
25.08.2021 20:18:33
-7,200
a9fe3d956f65555a18f0368c7e514a69941a1ad2
Extended workload-tree extraction, sliceline test This patch makes some minor extensions of the CLA workload analyzer, enabling more aggressive compression of intermediates, pruning of unnecessary workload-tree construction (for already compressed intermediates), and adds a related sliceline test and temporary fix for initialization of MinMaxGroups.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/ipa/IPAPassCompressionWorkloadAnalysis.java", "new_path": "src/main/java/org/apache/sysds/hops/ipa/IPAPassCompressionWorkloadAnalysis.java", "diff": "@@ -66,6 +66,5 @@ public class IPAPassCompressionWorkloadAnalysis extends ...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-2990] Extended workload-tree extraction, sliceline test This patch makes some minor extensions of the CLA workload analyzer, enabling more aggressive compression of intermediates, pruning of unnecessary workload-tree construction (for already compressed intermediates), and adds a related sliceline test and temporary fix for initialization of MinMaxGroups.
49,738
25.08.2021 23:43:24
-7,200
37a15d4620f669724d3927a3b7d71cbc1a6a1a18
Performance in-memory reblocks for binary inputs This patch makes two performance improvements to in-memory reblocks inside sp_rblk by preferring in-memory reblock for binary inputs (where the read is much faster than distributed reblocking), and leveraging similar to rand the lineage items to avoid cache pollution and unnecessary evictions.
[ { "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": "@@ -93,6 +93,7 @@ import org.apache.sysds.runtime.instructions.cp.IntObject;\nimport org.apache.sysds.runtime....
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3102] Performance in-memory reblocks for binary inputs This patch makes two performance improvements to in-memory reblocks inside sp_rblk by preferring in-memory reblock for binary inputs (where the read is much faster than distributed reblocking), and leveraging similar to rand the lineage items to avoid cache pollution and unnecessary evictions.
49,706
25.08.2021 22:44:11
-7,200
8a7a7c1f2f32b0f8698f8e8527123a6469101138
[MINOR] Remove redundant serialization import on SparseRowScalar and SparseRowVector Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/data/SparseRowScalar.java", "new_path": "src/main/java/org/apache/sysds/runtime/data/SparseRowScalar.java", "diff": "package org.apache.sysds.runtime.data;\n-import java.io.Serializable;\n-\n-public final class SparseRowS...
Java
Apache License 2.0
apache/systemds
[MINOR] Remove redundant serialization import on SparseRowScalar and SparseRowVector Closes #1375
49,706
25.08.2021 22:38:48
-7,200
eca11c6fe9cff88df2e1960caf1b0cff9bf2b2b6
[MINOR] Remove redundant serialization imports in operators Closes
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/matrix/operators/AggregateOperator.java", "new_path": "src/main/java/org/apache/sysds/runtime/matrix/operators/AggregateOperator.java", "diff": "package org.apache.sysds.runtime.matrix.operators;\n-import java.io.Serializ...
Java
Apache License 2.0
apache/systemds
[MINOR] Remove redundant serialization imports in operators Closes #1374
49,738
26.08.2021 16:30:45
-7,200
f8d104ae6be2965e3c3d21327dd0c536f22f9900
Fix parallel csv matrix reader for large dense blocks A previous commit a few month ago tried to optimize the performance of the parallel csv read, but corrupted the existing support of reading large dense blocks >16GB. This patch fixes the issue in a minimally invasive manner.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/data/DenseBlockLDRB.java", "new_path": "src/main/java/org/apache/sysds/runtime/data/DenseBlockLDRB.java", "diff": "@@ -72,7 +72,7 @@ public abstract class DenseBlockLDRB extends DenseBlock\nint lastBlockSize = (newBlockSi...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3104] Fix parallel csv matrix reader for large dense blocks A previous commit a few month ago tried to optimize the performance of the parallel csv read, but corrupted the existing support of reading large dense blocks >16GB. This patch fixes the issue in a minimally invasive manner.
49,738
26.08.2021 21:18:44
-7,200
25f99b76db6d53db82555c638144a799d6efade5
Fix performance dense-sparse matrix multiplication This patch improves the performance of dense-sparse matrix multiplications for small dense left-hand-sides by making dense-sparse amenable (other than the already working vector-sparse case) to parallelization over rows of the right-hand-side. Cleanup warnings compression (e.g., serial version UIDs).
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupFactory.java", "diff": "@@ -152,7 +152,7 @@ public final class ColGroupFactory {\n@Override\npublic Co...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3106] Fix performance dense-sparse matrix multiplication This patch improves the performance of dense-sparse matrix multiplications for small dense left-hand-sides by making dense-sparse amenable (other than the already working vector-sparse case) to parallelization over rows of the right-hand-side. Cleanup warnings compression (e.g., serial version UIDs).
49,706
27.08.2021 21:26:23
-7,200
d93fcd517f593281e941ab68371cca3accec6028
[MINOR] CLA Change cost calculation for LMM This commit change the cost of left multiplication to increase cost nonlinear when the number of unique items is above 64000. This is done to reduce the likelihood of column groups with very large dictionaries.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/cost/ComputationCostEstimator.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/cost/ComputationCostEstimator.java", "diff": "@@ -92,18 +92,18 @@ public class ComputationCostEstimator implements...
Java
Apache License 2.0
apache/systemds
[MINOR] CLA Change cost calculation for LMM This commit change the cost of left multiplication to increase cost nonlinear when the number of unique items is above 64000. This is done to reduce the likelihood of column groups with very large dictionaries.
49,706
27.08.2021 22:26:47
-7,200
ae6019ad987e2e499ec922b0a4fd3628dfc59621
[MINOR] CLA small specialization in SDCZeros This commit adds a few dedicated methods for different mapping types to SDCZeros colgroup when pre-aggregating from dense left hand side, This gives a few percent better performance in some cases (that might be noise)
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/ColGroupSDCZeros.java", "diff": "@@ -28,6 +28,8 @@ import org.apache.commons.lang.NotImplementedException;\ni...
Java
Apache License 2.0
apache/systemds
[MINOR] CLA small specialization in SDCZeros This commit adds a few dedicated methods for different mapping types to SDCZeros colgroup when pre-aggregating from dense left hand side, This gives a few percent better performance in some cases (that might be noise)
49,738
29.08.2021 23:15:19
-7,200
cece8c784c280fca81d964b3526107b890ddda65
[MINOR] Fix threading configuration paramserv tests
[ { "change_type": "MODIFY", "old_path": "src/test/java/org/apache/sysds/test/functions/paramserv/LocalDataPartitionerTest.java", "new_path": "src/test/java/org/apache/sysds/test/functions/paramserv/LocalDataPartitionerTest.java", "diff": "@@ -32,6 +32,7 @@ import org.apache.sysds.runtime.matrix.data....
Java
Apache License 2.0
apache/systemds
[MINOR] Fix threading configuration paramserv tests
49,706
29.08.2021 23:35:48
-7,200
6caa9c02e81de88f691763f25e93497b0b0d2381
[MINOR] CLA update tsmm This commit does two things, first it optimize the tsmm by exploiting common elements in SDC groups, and secound it update the cost calculation to compute some cost of for single column groups.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/AColGroup.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/colgroup/AColGroup.java", "diff": "@@ -516,6 +516,13 @@ public abstract class AColGroup implements Serializable {\n*/\npublic...
Java
Apache License 2.0
apache/systemds
[MINOR] CLA update tsmm This commit does two things, first it optimize the tsmm by exploiting common elements in SDC groups, and secound it update the cost calculation to compute some cost of for single column groups.
49,706
29.08.2021 16:58:54
-7,200
8927a633e9dac73d94d617b6d9a9c7f0e26637ce
[MINOR] CLA no full decompress when writing to HDFS
[ { "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": "@@ -789,7 +789,6 @@ public abstract class CacheableData<T extends CacheB...
Java
Apache License 2.0
apache/systemds
[MINOR] CLA no full decompress when writing to HDFS
49,706
30.08.2021 13:20:47
-7,200
5deaa1acd40890d09428b424ce35162c774706da
[MINOR] update const function for compressed matrix multiplication
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/runtime/compress/cost/ComputationCostEstimator.java", "new_path": "src/main/java/org/apache/sysds/runtime/compress/cost/ComputationCostEstimator.java", "diff": "@@ -84,7 +84,8 @@ public class ComputationCostEstimator implements I...
Java
Apache License 2.0
apache/systemds
[MINOR] update const function for compressed matrix multiplication
49,689
03.09.2021 00:07:38
-7,200
4497199f20c92897dee345dd5c96e0017416abd1
[MINOR] Fix bugs in lineage tracing This patch fixes bugs in lineage tracing code and adds support for missing instructions.
[ { "change_type": "MODIFY", "old_path": "src/main/java/org/apache/sysds/hops/recompile/LiteralReplacement.java", "new_path": "src/main/java/org/apache/sysds/hops/recompile/LiteralReplacement.java", "diff": "@@ -47,6 +47,7 @@ import org.apache.sysds.runtime.instructions.cp.Data;\nimport org.apache.sys...
Java
Apache License 2.0
apache/systemds
[MINOR] Fix bugs in lineage tracing This patch fixes bugs in lineage tracing code and adds support for missing instructions.
49,738
03.09.2021 00:12:53
-7,200
60d16c474b76ecb4d45d3cd6e36580672fc6f1da
Extended parfor parser/runtime (frame result variables) This patch extends parfor by support for frame results variables during dependency analysis and merge of worker result variables. So far, this captures only in-memory frame result merge.
[ { "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": "@@ -677,7 +677,7 @@ public class ParForStatementBlock extends ForStatementBlock\nfor(DataIdentifier write ...
Java
Apache License 2.0
apache/systemds
[SYSTEMDS-3118] Extended parfor parser/runtime (frame result variables) This patch extends parfor by support for frame results variables during dependency analysis and merge of worker result variables. So far, this captures only in-memory frame result merge.