incubator-systemml git commit: [SYSTEMML-1438] Extended code generator (celltmpl w/ sumsq aggregation)

2017-03-27 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master 640df186a -> d33537a93 [SYSTEMML-1438] Extended code generator (celltmpl w/ sumsq aggregation) This patch extend the code generator w/ support for sum_squared aggregation in cell templates, which is important if ran in default

[2/3] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/346d1c01/src/main/java/org/apache/sysml/api/DMLScript.java -- diff --git a/src/main/java/org/apache/sysml/api/DMLScript.java

[2/2] incubator-systemml git commit: Use Apache Commons CLI to parse command line arguments in DMLScript

2017-03-27 Thread nakul02
Use Apache Commons CLI to parse command line arguments in DMLScript - Uses Apache Commons CLI 1.2 to parse command line options - Known limitation - strips arguments of leading and trailing double quotes - Changed scripts to accept "-config " instead of "-config=" - Instead of "-gpu

incubator-systemml git commit: [MINOR] Cleanup of some comments

2017-03-27 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ee6bc8ce2 -> af93ca8a4 [MINOR] Cleanup of some comments Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/af93ca8a Tree:

incubator-systemml git commit: [SYSTEMML-1438] Extended code generator (celltmpl min/max agg, fixes)

2017-03-27 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master af93ca8a4 -> af1a8d852 [SYSTEMML-1438] Extended code generator (celltmpl min/max agg, fixes) This patch adds support for min and max aggregations (full, row-wise) in cell templates, which includes various runtime extensions