incubator-systemml git commit: [HOTFIX] Fix recompute nonzeros for row range of csr sparse block

2017-04-21 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master bda96a8e8 -> ea6e2fe39 [HOTFIX] Fix recompute nonzeros for row range of csr sparse block Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: Added python script to launch systemml in standalone mode

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master ea6e2fe39 -> f73673d59 Added python script to launch systemml in standalone mode Closes #461 Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

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

2017-04-21 Thread nakul02
Use Apache Commons CLI to parse command line arguments in DMLScript - Added unit tests - changed scripts to accept "-config " instead of "-config=" - Removed DMLScriptTest{1,2} - Modified bin/systemml script to print a better help message - Removed extraneous ZPackageSuite for DMLScriptTest{1,2}

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

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master f73673d59 -> 32924dc60 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/32924dc6/src/main/java/org/apache/sysml/api/MLContext.java -- diff --git

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

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/gh-pages c4918f5b6 -> c5ff65305 Use Apache Commons CLI to parse command line arguments in DMLScript - Added unit tests - changed scripts to accept "-config " instead of "-config=" - Removed DMLScriptTest{1,2} - Modified bin/systemml

incubator-systemml git commit: [SYSTEMML-1552] Support GPU via Python MLContext API

2017-04-21 Thread niketanpansare
Repository: incubator-systemml Updated Branches: refs/heads/master 32924dc60 -> 9ed27ad60 [SYSTEMML-1552] Support GPU via Python MLContext API Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

incubator-systemml git commit: [MINOR] Code style updates for `nn`

2017-04-21 Thread dusenberrymw
Repository: incubator-systemml Updated Branches: refs/heads/master 129f0f6b0 -> 63e28a37b [MINOR] Code style updates for `nn` This commit simply updates the `nn` test suite to make use of the fact that DML no longer requires dummy variable assignment for functions that do not return values.

[2/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java -- diff --git a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCUDA.java

[4/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/GPUContext.java -- diff --git

[3/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/main/java/org/apache/sysml/runtime/instructions/gpu/context/JCudaKernels.java -- diff --git

[5/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
Refactored GPU{Contex,Object} to make it friendlier for parfor - Folded JCuda{Context,Object} to GPU{Context,Object} - Removed "deviceMemBytes", it was redundant - Removed all synchronized in GPU{Object,Contex} - print GPUContext from everywhere in log.trace - LibMatrixCUDA functions expect a

[1/5] incubator-systemml git commit: Refactored GPU{Contex, Object} to make it friendlier for parfor

2017-04-21 Thread nakul02
Repository: incubator-systemml Updated Branches: refs/heads/master 9ed27ad60 -> 129f0f6b0 http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/129f0f6b/src/test/java/org/apache/sysml/test/integration/AutomatedTestBase.java