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 2020/07/09 15:32:41 UTC

[GitHub] [incubator-mxnet] ptrendx commented on pull request #18677: Migrate from private jetpack files to public

ptrendx commented on pull request #18677:
URL: https://github.com/apache/incubator-mxnet/pull/18677#issuecomment-656197254


   The error in the Jetson pipeline is due to what I believe is a bug in CMake 3.17.3 (https://gitlab.kitware.com/cmake/cmake/-/issues/20826), which results in not setting the host compiler for CUDA. Set the version of CMake to 3.17.1 or 3.17.2 (3.17.1 was the version in the previously cached docker container, which is why you did not see this failure earlier).
   
   That said, please wait with merging this PR - those packages do not include cuDNN and TRT, which we would also like to have in order to enable proper cross compilation support for Jetson that includes every feature. I will be working with @tristonc to get those other packages too.


----------------------------------------------------------------
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:
users@infra.apache.org