You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by gw...@apache.org on 2017/09/29 19:39:25 UTC

systemml git commit: [HOTFIX] Fix javadoc reference link to resolve distribution build error

Repository: systemml
Updated Branches:
  refs/heads/master 6a75104e5 -> e4c2f9e57


[HOTFIX] Fix javadoc reference link to resolve distribution build error


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

Branch: refs/heads/master
Commit: e4c2f9e57c854cb3b7c6546e863f49589ed2d33f
Parents: 6a75104
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Fri Sep 29 12:37:41 2017 -0700
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Fri Sep 29 12:37:41 2017 -0700

----------------------------------------------------------------------
 .../matrix/data/LibMatrixCuDNNConvolutionAlgorithm.java        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/e4c2f9e5/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.java b/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.java
index 363cf78..2243b58 100644
--- a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.java
+++ b/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixCuDNNConvolutionAlgorithm.java
@@ -94,7 +94,7 @@ public class LibMatrixCuDNNConvolutionAlgorithm implements java.lang.AutoCloseab
 	 * Factory method to get the algorithm wrapper for convolution forward
 	 * 
 	 * @param gCtx     a valid {@link GPUContext}
-	 * @param instName the invoking instruction's name for record {@link Statistics}.
+	 * @param instName the invoking instruction's name for record {@link org.apache.sysml.utils.Statistics}.
 	 * @param N        number of input images
 	 * @param C        number of channels
 	 * @param H        height of each image
@@ -145,7 +145,7 @@ public class LibMatrixCuDNNConvolutionAlgorithm implements java.lang.AutoCloseab
 	 * Factory method to get the algorithm wrapper for convolution backward filter
 	 * 
 	 * @param gCtx     a valid {@link GPUContext}
-	 * @param instName the invoking instruction's name for record {@link Statistics}.
+	 * @param instName the invoking instruction's name for record {@link org.apache.sysml.utils.Statistics}.
 	 * @param N        number of input images
 	 * @param C        number of channels
 	 * @param H        height of each image
@@ -198,7 +198,7 @@ public class LibMatrixCuDNNConvolutionAlgorithm implements java.lang.AutoCloseab
 	 * Factory method to get the algorithm wrapper for convolution backward data
 	 * 
 	 * @param gCtx     a valid {@link GPUContext}
-	 * @param instName the invoking instruction's name for record {@link Statistics}.
+	 * @param instName the invoking instruction's name for record {@link org.apache.sysml.utils.Statistics}.
 	 * @param N        number of input images
 	 * @param C        number of channels
 	 * @param H        height of each image