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

2018-08-16 Thread reinwald
Repository: systemml
Updated Branches:
  refs/heads/master a1a05e29f -> 53cdc590c


[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/53cdc590
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/53cdc590
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/53cdc590

Branch: refs/heads/master
Commit: 53cdc590c5b3398135707d0f18fa80cf42c5225d
Parents: a1a05e2
Author: Berthold Reinwald 
Authored: Thu Aug 16 22:58:28 2018 -0700
Committer: Berthold Reinwald 
Committed: Thu Aug 16 22:58:28 2018 -0700

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/systemml/blob/53cdc590/pom.xml
--
diff --git a/pom.xml b/pom.xml
index d69307e..e3d2785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
18

org.apache.systemml
-   1.2.0
+   1.3.0-SNAPSHOT
systemml
jar
SystemML
@@ -41,7 +41,7 @@
scm:git:g...@github.com:apache/systemml

scm:git:https://git-wip-us.apache.org/repos/asf/systemml

https://git-wip-us.apache.org/repos/asf?p=systemml.git
-   v1.2.0-rc1
+   HEAD


JIRA



[systemml] Git Push Summary

2018-08-16 Thread reinwald
Repository: systemml
Updated Tags:  refs/tags/v1.2.0-rc1 [created] f229a9bda


systemml git commit: [maven-release-plugin] prepare release v1.2.0-rc1

2018-08-16 Thread reinwald
Repository: systemml
Updated Branches:
  refs/heads/master 709a5c5b4 -> a1a05e29f


[maven-release-plugin] prepare release v1.2.0-rc1


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/a1a05e29
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/a1a05e29
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/a1a05e29

Branch: refs/heads/master
Commit: a1a05e29f6ee78f3c33fea355f62c78ce21766ee
Parents: 709a5c5
Author: Berthold Reinwald 
Authored: Thu Aug 16 22:58:13 2018 -0700
Committer: Berthold Reinwald 
Committed: Thu Aug 16 22:58:13 2018 -0700

--
 pom.xml | 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/systemml/blob/a1a05e29/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8a25b9a..d69307e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.
 -->
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
-   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
4.0.0

org.apache
@@ -26,7 +25,7 @@
18

org.apache.systemml
-   1.2.0-SNAPSHOT
+   1.2.0
systemml
jar
SystemML
@@ -42,7 +41,7 @@
scm:git:g...@github.com:apache/systemml

scm:git:https://git-wip-us.apache.org/repos/asf/systemml

https://git-wip-us.apache.org/repos/asf?p=systemml.git
-   HEAD
+   v1.2.0-rc1


JIRA
@@ -602,9 +601,7 @@
package


-   
+   






systemml git commit: [MINOR] Fix missing license header in distributed paramserv tests

2018-08-16 Thread mboehm7
Repository: systemml
Updated Branches:
  refs/heads/master 64110f31d -> 709a5c5b4


[MINOR] Fix missing license header in distributed paramserv tests

Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/709a5c5b
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/709a5c5b
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/709a5c5b

Branch: refs/heads/master
Commit: 709a5c5b44b62abb506d27571dd61a9ef8251298
Parents: 64110f3
Author: Matthias Boehm 
Authored: Thu Aug 16 19:02:33 2018 -0700
Committer: Matthias Boehm 
Committed: Thu Aug 16 19:02:52 2018 -0700

--
 .../paramserv/ParamservSparkNNTest.java  | 19 +++
 1 file changed, 19 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/systemml/blob/709a5c5b/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java
--
diff --git 
a/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java
 
b/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java
index 89235d7..915ae3a 100644
--- 
a/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java
+++ 
b/src/test/java/org/apache/sysml/test/integration/functions/paramserv/ParamservSparkNNTest.java
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 package org.apache.sysml.test.integration.functions.paramserv;
 
 import org.apache.sysml.api.DMLException;



systemml git commit: [MINOR] Fixed failing GPU tests and updated the documentation.

2018-08-16 Thread niketanpansare
Repository: systemml
Updated Branches:
  refs/heads/gh-pages 135cf394c -> ddce20266


[MINOR] Fixed failing GPU tests and updated the documentation.


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/ddce2026
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/ddce2026
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/ddce2026

Branch: refs/heads/gh-pages
Commit: ddce2026683e9e7213f0656b28aef6468496309c
Parents: 135cf39
Author: Niketan Pansare 
Authored: Thu Aug 16 09:56:42 2018 -0700
Committer: Niketan Pansare 
Committed: Thu Aug 16 09:56:42 2018 -0700

--
 dml-language-reference.md | 2 ++
 index.md  | 1 +
 2 files changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/systemml/blob/ddce2026/dml-language-reference.md
--
diff --git a/dml-language-reference.md b/dml-language-reference.md
index 8a89d99..924336a 100644
--- a/dml-language-reference.md
+++ b/dml-language-reference.md
@@ -1525,6 +1525,8 @@ Hence, the images are internally represented as a matrix 
with dimension (N, C *
 | batch_norm2d| input| 
[batch_size X num_channels* height_image* width_image]| 
  | [batch_size X num_channels* 
height_image* width_image]  | scale, shift, 
exponentialMovingAverage_Mean, exponentialMovingAverage_Variance, mode, 
epsilon, momentum   
| Performs batch normalization operation  (outputs: 
updated exponential moving average mean and variance, cache of the batch mean 
and variance) |
 | batch_norm2d_backward   | input, dout  | 
[batch_size X num_channels* height_image* width_image]| [batch_size X 
num_channels* height_image* width_image]| [batch_size X num_channels* 
height_image* width_image]  | scale, 
epsilon, cache_mean (from forward), cache_inv_var (from forward)

   | Computed backpropagation error for batch normalization 
operation   
   |
 
+Note: the builtin functions `batch_norm2d` and `batch_norm2d_backward` are 
deprecated and will be removed in the next release. The `lstm` builtin function 
is in experimental phase and is only supported for the GPU backend. 
+
 Examples:
 
 | Function | Parameters  | Visualization / 
Equivalent DML  
|

http://git-wip-us.apache.org/repos/asf/systemml/blob/ddce2026/index.md
--
diff --git a/index.md b/index.md
index fdb0d8b..8117735 100644
--- a/index.md
+++ b/index.md
@@ -82,3 +82,4 @@ command-line interface.
 * [Troubleshooting Guide](troubleshooting-guide) - Troubleshoot various issues 
related to SystemML.
 * [Release Process](release-process) - Description of the SystemML release 
process.
 * [Using Native BLAS](native-backend) in SystemML.
+* [Using GPU backend](gpu) in SystemML.



systemml git commit: [MINOR] Fixed failing GPU tests and updated the documentation.

2018-08-16 Thread niketanpansare
Repository: systemml
Updated Branches:
  refs/heads/master f296f8f51 -> 64110f31d


[MINOR] Fixed failing GPU tests and updated the documentation.


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/64110f31
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/64110f31
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/64110f31

Branch: refs/heads/master
Commit: 64110f31dcd4eb8b6d56e8d462858a58c2016544
Parents: f296f8f
Author: Niketan Pansare 
Authored: Thu Aug 16 09:56:42 2018 -0700
Committer: Niketan Pansare 
Committed: Thu Aug 16 09:56:42 2018 -0700

--
 docs/dml-language-reference.md | 2 ++
 docs/index.md  | 1 +
 src/test/java/org/apache/sysml/test/gpu/BinaryOpTests.java | 9 -
 3 files changed, 7 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/systemml/blob/64110f31/docs/dml-language-reference.md
--
diff --git a/docs/dml-language-reference.md b/docs/dml-language-reference.md
index 8a89d99..924336a 100644
--- a/docs/dml-language-reference.md
+++ b/docs/dml-language-reference.md
@@ -1525,6 +1525,8 @@ Hence, the images are internally represented as a matrix 
with dimension (N, C *
 | batch_norm2d| input| 
[batch_size X num_channels* height_image* width_image]| 
  | [batch_size X num_channels* 
height_image* width_image]  | scale, shift, 
exponentialMovingAverage_Mean, exponentialMovingAverage_Variance, mode, 
epsilon, momentum   
| Performs batch normalization operation  (outputs: 
updated exponential moving average mean and variance, cache of the batch mean 
and variance) |
 | batch_norm2d_backward   | input, dout  | 
[batch_size X num_channels* height_image* width_image]| [batch_size X 
num_channels* height_image* width_image]| [batch_size X num_channels* 
height_image* width_image]  | scale, 
epsilon, cache_mean (from forward), cache_inv_var (from forward)

   | Computed backpropagation error for batch normalization 
operation   
   |
 
+Note: the builtin functions `batch_norm2d` and `batch_norm2d_backward` are 
deprecated and will be removed in the next release. The `lstm` builtin function 
is in experimental phase and is only supported for the GPU backend. 
+
 Examples:
 
 | Function | Parameters  | Visualization / 
Equivalent DML  
|

http://git-wip-us.apache.org/repos/asf/systemml/blob/64110f31/docs/index.md
--
diff --git a/docs/index.md b/docs/index.md
index fdb0d8b..8117735 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -82,3 +82,4 @@ command-line interface.
 * [Troubleshooting Guide](troubleshooting-guide) - Troubleshoot various issues 
related to SystemML.
 * [Release Process](release-process) - Description of the SystemML release 
process.
 * [Using Native BLAS](native-backend) in SystemML.
+* [Using GPU backend](gpu) in SystemML.

http://git-wip-us.apache.org/repos/asf/systemml/blob/64110f31/src/test/java/org/apache/sysml/test/gpu/BinaryOpTests.java
--
diff --git a/src/test/java/org/apache/sysml/test/gpu/BinaryOpTests.java 
b/src/test/java/org/apache/sysml/test/gpu/BinaryOpTests.java
index 7949fcb..260d551 100644
--- a/src/test/java/org/apache/sysml/test/gpu/BinaryOpTests.java
+++ b/src/test/java/org/apache/sysml/test/gpu/BinaryOpTests.java
@@ -53,11 +53,10 @@ public class BinaryOpTests extends GPUTests {
double sparsity = 1.0; // Only dense matrices supported by 
"solve"
final int[] sides = { 32, 33, 128, 256, 513, 2049 };
for (int i = 0; i < sides.length; i++) {
-   for (int j = i; j < sides.length; j++) {
-   int m = sides[j];
-   int n = sides[i];
-   runSolveTest(sparsity, m, n);
-   }
+   // CP LibCommonsMath expects square matrices
+   int m = sides[i];
+   int n = sides[i];
+