[1/2] systemml git commit: [SYSTEMML-1743] Create lightweight SystemML artifact

2017-09-14 Thread deron
Repository: systemml Updated Branches: refs/heads/master 3c7a6eb70 -> 139ddfeed http://git-wip-us.apache.org/repos/asf/systemml/blob/139ddfee/src/assembly/lite/LICENSE -- diff --git a/src/assembly/lite/LICENSE b/src/assembly/li

[2/2] systemml git commit: [SYSTEMML-1743] Create lightweight SystemML artifact

2017-09-14 Thread deron
[SYSTEMML-1743] Create lightweight SystemML artifact Create a lightweight SystemML jar file based on the execution of a particular set of code, such as JMLC. In addition to generating a minimal jar file that corresponds to this code, automatically generate maven assembly dependency sets that can b

systemml git commit: [SYSTEMML-1906] Additional tuning codegen row ops over compressed data

2017-09-14 Thread mboehm7
Repository: systemml Updated Branches: refs/heads/master 34c8a9231 -> 3c7a6eb70 [SYSTEMML-1906] Additional tuning codegen row ops over compressed data This patch further improves upon the previous performance enhancements for codegen row-wise operations over compressed matrices. In detail, thi

[systemml] Git Push Summary

2017-09-14 Thread acs_s
Repository: systemml Updated Tags: refs/tags/v0.1.0-rc1 [deleted] 633a86b4f

systemml git commit: [MINOR] Fix build number

2017-09-14 Thread acs_s
Repository: systemml Updated Branches: refs/heads/master 03c304649 -> 34c8a9231 [MINOR] Fix build number Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/34c8a923 Tree: http://git-wip-us.apache.org/repos/asf/systemml/

systemml git commit: [maven-release-plugin] prepare for next development iteration

2017-09-14 Thread acs_s
Repository: systemml Updated Branches: refs/heads/master 143fa7848 -> 03c304649 [maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/03c30464 Tree: http://git-

[systemml] Git Push Summary

2017-09-14 Thread acs_s
Repository: systemml Updated Tags: refs/tags/v0.1.0-rc1 [created] 633a86b4f

systemml git commit: [maven-release-plugin] prepare release v0.1.0-rc1

2017-09-14 Thread acs_s
Repository: systemml Updated Branches: refs/heads/master c6d499d3e -> 143fa7848 [maven-release-plugin] prepare release v0.1.0-rc1 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/143fa784 Tree: http://git-wip-us.apach

systemml git commit: [MINOR] Refactored the locks to seperate out read and write lock

2017-09-14 Thread niketanpansare
Repository: systemml Updated Branches: refs/heads/master 0a984a43b -> c6d499d3e [MINOR] Refactored the locks to seperate out read and write lock - Refactoring the locks will avoid future bugs where the developer tries to obtain 2 write lock or a read lock on a write-locked objects, etc. - I

systemml git commit: [SYSTEMML-1906] Performance codegen row ops over compressed matrices

2017-09-14 Thread mboehm7
Repository: systemml Updated Branches: refs/heads/master 4cf95c92e -> 0a984a43b [SYSTEMML-1906] Performance codegen row ops over compressed matrices This patch improves the performance of codegen row-wise operations over compressed dense and sparse matrices. So far we used dense/sparse row ite