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:46:45 UTC

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

anirudh2290 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_r198980304
 
 

 ##########
 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:
   one is enough , i will remove python2.

----------------------------------------------------------------
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