systemml git commit: [SYSTEMML-445] Select CuDNN operator dynamically based on memory budget

2017-09-28 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master e4c74eda6 -> 43b573dfb [SYSTEMML-445] Select CuDNN operator dynamically based on memory budget - Refactored CuDNN operator selection logic into separate file to simplify LibMatrixCuDNN. - Fixed a minor memory leak in conv2d backward

systemml git commit: [HOTFIX] minor bug fix in perf test suite

2017-09-28 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master a725b2d2e -> e4c74eda6 [HOTFIX] minor bug fix in perf test suite Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/e4c74eda Tree:

systemml git commit: [MINOR]bug fixes & feature added in perf test & spark-submit python scripts

2017-09-28 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 0cb2f7f68 -> a725b2d2e [MINOR]bug fixes & feature added in perf test & spark-submit python scripts Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/a725b2d2

systemml git commit: [MINOR] [SYSTEMML-446] Added time spent in jcuda sync to fine-grained statistics

2017-09-28 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master 61dcc85e4 -> 0cb2f7f68 [MINOR] [SYSTEMML-446] Added time spent in jcuda sync to fine-grained statistics - Also added force accelerator flag to LibMatrixCuDNN to skip worst-case memory budget restriction. Project:

[2/2] systemml git commit: [SYSTEMML-1493] [SYSTEMML-1500] Added TanH and Euclidean Loss in Caffe2DML

2017-09-28 Thread niketanpansare
[SYSTEMML-1493] [SYSTEMML-1500] Added TanH and Euclidean Loss in Caffe2DML - Added the reference documentation - Added a new layer softmax_loss.dml - Added compute_loss_accuracy to l2_loss.dml - Updated tanh layer to invoke newly added builtin function Closes #672. Project:

[1/2] systemml git commit: [SYSTEMML-1928] Removed Tensorboard visualization code from Caffe2DML

2017-09-28 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/gh-pages e3f0cf404 -> 91190d6df [SYSTEMML-1928] Removed Tensorboard visualization code from Caffe2DML - This avoids compilation error on powerpc. Closes #671. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit:

[2/2] systemml git commit: [SYSTEMML-1493] [SYSTEMML-1500] Added TanH and Euclidean Loss in Caffe2DML

2017-09-28 Thread niketanpansare
[SYSTEMML-1493] [SYSTEMML-1500] Added TanH and Euclidean Loss in Caffe2DML - Added the reference documentation - Added a new layer softmax_loss.dml - Added compute_loss_accuracy to l2_loss.dml - Updated tanh layer to invoke newly added builtin function Closes #672. Project:

[1/2] systemml git commit: [SYSTEMML-1493] [SYSTEMML-1500] Added TanH and Euclidean Loss in Caffe2DML

2017-09-28 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master b5ef21fdc -> 61dcc85e4 http://git-wip-us.apache.org/repos/asf/systemml/blob/61dcc85e/src/main/scala/org/apache/sysml/api/dl/CaffeLayer.scala -- diff --git