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/10/18 17:29:43 UTC

[GitHub] KellenSunderland commented on issue #12850: Updated nvidia docker base image to CUDA 9.2

KellenSunderland commented on issue #12850: Updated nvidia docker base image to CUDA 9.2
URL: https://github.com/apache/incubator-mxnet/pull/12850#issuecomment-431095116
 
 
   Looks like a contrib operator fails to build for the updated CentOS image (maybe a slightly newer compiler with an additional warning which is treated as an error)
   
   ```
   const std::vector<mxnet::TBlob>&, const std::vector<mxnet::TBlob>&, const std::vector<mxnet::TBlob>&, const std::vector<mxnet::OpReqType>&, const std::vector<mxnet::TBlob>&, const std::vector<mxnet::TBlob>&) [with xpu = mshadow::gpu; DType = float]':
   src/operator/contrib/./deformable_psroi_pooling-inl.h:153:34: error: 'trans.mshadow::Tensor<mshadow::gpu, 4, float>::dptr_' may be used uninitialized in this function [-Werror=maybe-uninitialized]
   cc1plus: all warnings being treated as errors
   ```

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