systemml git commit: [SYSTEMML-540] Allow for `allreduce_parallel_batches` for multi-GPU training

2017-06-16 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/gh-pages 2cfd77491 -> 7c4907095 [SYSTEMML-540] Allow for `allreduce_parallel_batches` for multi-GPU training - Introduced `allreduce_parallel_batches` for multi-GPU training as per Mike's suggestion. - Moved `train_algo` and `test_algo` from

systemml git commit: [SYSTEMML-540] Allow for `allreduce_parallel_batches` for multi-GPU training

2017-06-16 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master ddcb9e019 -> 933a17c5f [SYSTEMML-540] Allow for `allreduce_parallel_batches` for multi-GPU training - Introduced `allreduce_parallel_batches` for multi-GPU training as per Mike's suggestion. - Moved `train_algo` and `test_algo` from

systemml git commit: [SYSTEMML-1704] Add commons-io to bin and standalone-jar artifacts

2017-06-16 Thread deron
Repository: systemml Updated Branches: refs/heads/master 933a17c5f -> ca04d7cdd [SYSTEMML-1704] Add commons-io to bin and standalone-jar artifacts The commons-io library can be required for certain actions, such as writing matrices and metadata to the file system, so add commons-io to the bin

systemml git commit: [MINOR] Prevent lifecycle configuration warnings in Eclipse 4.6.3

2017-06-16 Thread deron
Repository: systemml Updated Branches: refs/heads/master 9d8fc723c -> dc3dfbe85 [MINOR] Prevent lifecycle configuration warnings in Eclipse 4.6.3 Add ignores to m2e lifecycle-mapping for maven-dependency-plugin and build-helper-maven-plugin to avoid warnings in Eclipse 4.6.3 Project:

systemml git commit: [SYSTEMML-1679] Add a new threshold utility function

2017-06-16 Thread dusenberrymw
Repository: systemml Updated Branches: refs/heads/master ca04d7cdd -> 9d8fc723c [SYSTEMML-1679] Add a new threshold utility function This function accepts a matrix X and a threshold parameter thresh to get an indicator matrix with values in {0, 1} depending on whether or not the values in X

systemml git commit: [SYSTEMML-1647] Update StepLinearReg to work with MLContext

2017-06-16 Thread deron
Repository: systemml Updated Branches: refs/heads/master cf0877b43 -> 948943d17 [SYSTEMML-1647] Update StepLinearReg to work with MLContext Address write statements and reordering of coefficients issues. Closes #525. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

[1/2] systemml git commit: [SYSTEMML-1691, 1692] New IPA passes: literal replacement and rewrites

2017-06-16 Thread mboehm7
Repository: systemml Updated Branches: refs/heads/master 948943d17 -> ddcb9e019 [SYSTEMML-1691,1692] New IPA passes: literal replacement and rewrites This patch introduces two new passes for inter-procedural analysis (IPA): (1) literal propagation and replacement into functions, and (2)

[2/2] systemml git commit: [SYSTEMML-1702] Fix robustness codegen row-wise (unknowns, scalar/vect)

2017-06-16 Thread mboehm7
[SYSTEMML-1702] Fix robustness codegen row-wise (unknowns, scalar/vect) Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/ddcb9e01 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/ddcb9e01 Diff: