systemml git commit: [SYSTEMML-1703] Fix input data processing for Caffe VGG-19 model

2017-07-26 Thread acs_s
Repository: systemml Updated Branches: refs/heads/master 8f412ac5c -> 5fa84ccfa [SYSTEMML-1703] Fix input data processing for Caffe VGG-19 model Closes 588. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/5fa84ccf T

systemml git commit: [MINOR] Modified codegen rowagg test (smaller value range of outputs)

2017-07-26 Thread mboehm7
Repository: systemml Updated Branches: refs/heads/master 5fa84ccfa -> 7ae1b1c4c [MINOR] Modified codegen rowagg test (smaller value range of outputs) This particular test case created outputs in the range of 10^19. Due to our absolute epsilon of 10^{-10}, even tiny differences to R led to test

systemml git commit: [SYSTEMML-1806] fix for DMLConfig#setText

2017-07-26 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 7ae1b1c4c -> 3fd8e495e [SYSTEMML-1806] fix for DMLConfig#setText Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/3fd8e495 Tree: http://git-wip-us.apache.org/re

systemml git commit: [MINOR] fix for SYSTEMML_1795

2017-07-26 Thread nakul02
Repository: systemml Updated Branches: refs/heads/master 3fd8e495e -> 2663ccd41 [MINOR] fix for SYSTEMML_1795 The GPUContextPool.AVAILABLE_GPUS is read after the lops are constructed, but the value needs to be read before. This patch is a fix that problem. Closes #592 Project: http://git-wi

systemml git commit: [MINOR] Update boolean case examples in DML Language Reference

2017-07-26 Thread deron
Repository: systemml Updated Branches: refs/heads/master 2663ccd41 -> dbb0b48a9 [MINOR] Update boolean case examples in DML Language Reference Update case of some boolean examples to TRUE and FALSE to match case of DML keywords. Add missing parentheses to examples. Project: http://git-wip-us

systemml git commit: [MINOR] Update boolean case examples in DML Language Reference

2017-07-26 Thread deron
Repository: systemml Updated Branches: refs/heads/gh-pages 99fe513c9 -> 5c3c2f27d [MINOR] Update boolean case examples in DML Language Reference Update case of some boolean examples to TRUE and FALSE to match case of DML keywords. Add missing parentheses to examples. Project: http://git-wip-

[2/2] systemml git commit: [HOTFIX][SYSTEMML-1761] Fix wsloss special cases w/ sparse factors

2017-07-26 Thread mboehm7
[HOTFIX][SYSTEMML-1761] Fix wsloss special cases w/ sparse factors This patch fixes null pointer exceptions of wsloss with sparse factors, which implementations mistakenly access the non-existing weight matrix. Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-u

[1/2] systemml git commit: [SYSTEMML-1812] Improved codegen candidate exploration algorithm

2017-07-26 Thread mboehm7
Repository: systemml Updated Branches: refs/heads/master dbb0b48a9 -> 8dcb487e4 [SYSTEMML-1812] Improved codegen candidate exploration algorithm This patch makes two minor improvements to the codegen candidate exploration algorithm for simplification and slightly better performance. The perfor