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/12/11 06:25:17 UTC

[GitHub] xinyu-intel commented on a change in pull request #13607: [WIP]Add Intel MKL blas to Jenkins

xinyu-intel commented on a change in pull request #13607: [WIP]Add Intel MKL blas to Jenkins
URL: https://github.com/apache/incubator-mxnet/pull/13607#discussion_r240485551
 
 

 ##########
 File path: ci/jenkins/Jenkins_steps.groovy
 ##########
 @@ -665,6 +679,41 @@ def test_unix_python3_mkldnn_cpu() {
     }]
 }
 
+def test_unix_python2_mkldnn_mkl_cpu() {
+    return ['Python2: MKLDNN-MKL-CPU': {
+      node(NODE_LINUX_CPU) {
+        ws('workspace/ut-python2-mkldnn-mkl-cpu') {
+          try {
+            utils.unpack_and_init('mkldnn_mkl_cpu', mx_mkldnn_lib, true)
+            python2_ut('ubuntu_cpu')
+            utils.publish_test_coverage()
+          } finally {
+            utils.collect_test_results_unix('nosetests_unittest.xml', 'nosetests_python2_mkldnn_cpu_unittest.xml')
+            utils.collect_test_results_unix('nosetests_train.xml', 'nosetests_python2_mkldnn_cpu_train.xml')
+            utils.collect_test_results_unix('nosetests_quantization.xml', 'nosetests_python2_mkldnn_cpu_quantization.xml')
+          }
+        }
+      }
+    }]
+}
+
+def test_unix_python3_mkldnn_mkl_cpu() {
 
 Review comment:
   Thanks, I'll leave python3 only. How to resolve the cache problem?

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