perdasilva commented on a change in pull request #14958: Disables TensorRT
build step
URL: https://github.com/apache/incubator-mxnet/pull/14958#discussion_r284148690
##########
File path: ci/jenkins/Jenkinsfile_unix_gpu
##########
@@ -39,7 +39,7 @@ core_logic: {
custom_steps.compile_unix_full_gpu(),
custom_steps.compile_unix_cmake_mkldnn_gpu(),
custom_steps.compile_unix_cmake_gpu(),
- custom_steps.compile_unix_tensorrt_gpu(),
+ // custom_steps.compile_unix_tensorrt_gpu(),
Review comment:
I've updated the description to this ticket - I hope that this PR won't even
be merged, if there fix works I guess we can ignore it. If it gets merged I can
rebase the fix and re-enable - it will be like it never happened o_O
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services