This is an automated email from the ASF dual-hosted git repository.

wkcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 5331933  Reenable TensorRT step (#14654)
5331933 is described below

commit 5331933b036c312dd442d55d2a93c2ca390dd02a
Author: Chance Bair <[email protected]>
AuthorDate: Sun Apr 21 03:29:34 2019 +0200

    Reenable TensorRT step (#14654)
---
 ci/jenkins/Jenkinsfile_unix_gpu | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci/jenkins/Jenkinsfile_unix_gpu b/ci/jenkins/Jenkinsfile_unix_gpu
index 5d0a37b..6018e18 100644
--- a/ci/jenkins/Jenkinsfile_unix_gpu
+++ b/ci/jenkins/Jenkinsfile_unix_gpu
@@ -50,8 +50,7 @@ core_logic: {
     custom_steps.test_unix_python2_mkldnn_gpu(),
     custom_steps.test_unix_python3_mkldnn_gpu(),
     custom_steps.test_unix_python3_mkldnn_nocudnn_gpu(),
-// Disabled temporarily for 
https://github.com/apache/incubator-mxnet/issues/14626
-//    custom_steps.test_unix_python3_tensorrt_gpu(),
+    custom_steps.test_unix_python3_tensorrt_gpu(),
     custom_steps.test_unix_perl_gpu(),
     custom_steps.test_unix_r_gpu(),
     custom_steps.test_unix_cpp_gpu(),

Reply via email to