systemml git commit: [SYSTEMML-1795] Specify a set of GPUs to use for a given machine

2017-07-21 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 1f5b14dda -> fec209306 [SYSTEMML-1795] Specify a set of GPUs to use for a given machine Can specify: a) -1 for all GPUs b) a specific number of GPU c) a comma separated list of GPUs d) a range of GPUs Closes #587 Project:

systemml git commit: [SYSTEMML-540] Allow mllearn models to load the model eagerly.

2017-07-21 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master eee35e984 -> 1f5b14dda [SYSTEMML-540] Allow mllearn models to load the model eagerly. - This simplifies performance debugging of training and scoring. Closes #574. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

[3/3] systemml git commit: [SYSTEMML-1796] Provide fine-grained statistics for SystemML

2017-07-21 Thread niketanpansare
[SYSTEMML-1796] Provide fine-grained statistics for SystemML Though SystemML provides explain and statistics tooling functionality to understand the execution plan and the performance, most users (even committers) are not able to explain why SystemML's performance is so good or bad. This is

[1/3] systemml git commit: [SYSTEMML-1796] Provide fine-grained statistics for SystemML

2017-07-21 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master 6133be23e -> 648eb21d6 http://git-wip-us.apache.org/repos/asf/systemml/blob/648eb21d/src/main/java/org/apache/sysml/runtime/matrix/data/MatrixBlock.java -- diff --git

[2/3] systemml git commit: [SYSTEMML-1796] Provide fine-grained statistics for SystemML

2017-07-21 Thread niketanpansare
http://git-wip-us.apache.org/repos/asf/systemml/blob/648eb21d/src/main/java/org/apache/sysml/runtime/instructions/cp/ConvolutionCPInstruction.java -- diff --git