You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/28 20:36:24 UTC

[GitHub] marcoabreu commented on a change in pull request #11470: Fix build issue with USE_CUDNN=0

marcoabreu commented on a change in pull request #11470: Fix build issue with USE_CUDNN=0
URL: https://github.com/apache/incubator-mxnet/pull/11470#discussion_r198977220
 
 

 ##########
 File path: Jenkinsfile
 ##########
 @@ -645,6 +656,34 @@ try {
         }
       }
     },
+    'Python2: MKLDNN-GPU-NOCUDNN': {
+      node('mxnetlinux-gpu') {
+        ws('workspace/ut-python2-mkldnn-gpu-nocudnn') {
+          try {
+            init_git()
+            unpack_lib('mkldnn_gpu_nocudnn', mx_mkldnn_lib)
+            python2_gpu_ut('ubuntu_gpu')
+            publish_test_coverage()
+          } finally {
+            collect_test_results_unix('nosetests_gpu.xml', 'nosetests_python2_mkldnn_gpu_nocudnn.xml')
+          }
+        }
+      }
+    },
+    'Python3: MKLDNN-GPU-NOCUDNN': {
 
 Review comment:
   Is it needed to test python2 and python3 or is one enough?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services