incubator-systemml git commit: [SYSTEMML-1402] Fix reset number of compiled mr/spark inst (w/ offset)

2017-03-15 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master c5eddccf8 -> 0490fec93 [SYSTEMML-1402] Fix reset number of compiled mr/spark inst (w/ offset) Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[1/4] incubator-systemml git commit: [SYSTEMML-1402] Scalable statistics counters and atomic id sequence

2017-03-15 Thread mboehm7
Repository: incubator-systemml Updated Branches: refs/heads/master d8390d4d2 -> c5eddccf8 [SYSTEMML-1402] Scalable statistics counters and atomic id sequence Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit:

[3/4] incubator-systemml git commit: [SYSTEMML-1374] New candidate-based code generation algorithm

2017-03-15 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/c5eddccf/src/main/java/org/apache/sysml/hops/codegen/template/OuterProductTpl.java -- diff --git

[4/4] incubator-systemml git commit: [SYSTEMML-1374] New candidate-based code generation algorithm

2017-03-15 Thread mboehm7
[SYSTEMML-1374] New candidate-based code generation algorithm This patch replaces the existing code generation algorithm with a new candidate-based algorithm in order to simplify further extensions, increase fusion potential, and enable cost-based plan decisions. The new algorithm has three

[2/4] incubator-systemml git commit: [SYSTEMML-1374] New candidate-based code generation algorithm

2017-03-15 Thread mboehm7
http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/c5eddccf/src/test/java/org/apache/sysml/test/integration/functions/codegen/RowAggTmplTest.java -- diff --git