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/03/13 17:43:55 UTC

[GitHub] [incubator-mxnet] rondogency commented on issue #17826: [quetions] Check failed: e == cudaSuccess: CUDA: initialization error

rondogency commented on issue #17826: [quetions] Check failed: e == cudaSuccess: CUDA: initialization error
URL: https://github.com/apache/incubator-mxnet/issues/17826#issuecomment-598839521
 
 
   @Rainweic as far as I know, you cannot have a global model shared by multiple processes, each worker process needs to have its own copy of the model on gpu. It's because cuda doesn't support other processes sharing one chunk of memory in the main process where the model is loaded

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


With regards,
Apache Git Services