Repository: systemml
Updated Branches:
  refs/heads/gh-pages 7c4907095 -> 05792e0e9


[SYSTEMML-703] Prepare for GPU on Jenkins, disable expensive NN tests

Closes #550


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

Branch: refs/heads/gh-pages
Commit: 05792e0e947d5d1b9f4c0adbcfec7d0ec4d45bdf
Parents: 7c49070
Author: Nakul Jindal <naku...@gmail.com>
Authored: Thu Jun 22 17:04:49 2017 -0700
Committer: Nakul Jindal <naku...@gmail.com>
Committed: Thu Jun 22 17:04:49 2017 -0700

----------------------------------------------------------------------
 release-process.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/05792e0e/release-process.md
----------------------------------------------------------------------
diff --git a/release-process.md b/release-process.md
index f41c7c8..36528bd 100644
--- a/release-process.md
+++ b/release-process.md
@@ -259,6 +259,18 @@ For examples, see the [Spark MLContext Programming 
Guide](http://apache.github.i
 Verify that the performance suite located at scripts/perftest/ executes on 
Spark and Hadoop. Testing should
 include 80MB, 800MB, 8GB, and 80GB data sizes.
 
+# Run NN Unit Tests for GPU
+
+<a href="#release-candidate-checklist">Up to Checklist</a>
+
+The unit tests for NN operators for GPU take a long time to run and are 
therefor not run as part of the Jenkins build.
+They must be run before a release. To run them, edit the 
+[NeuralNetworkOpTests.java|https://github.com/apache/systemml/blob/master/src/test/java/org/apache/sysml/test/gpu/NeuralNetworkOpTests.java]
+file and remove all the `@Ignore` annotations from all the tests. Then run the 
NN unit tests using mvn verify:
+```
+mvn -Dit.test=org.apache.sysml.test.gpu.NeuralNetworkOpTests verify -PgpuTests
+```
+
 
 # Voting
 

Reply via email to