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/03/13 03:38:57 UTC

[GitHub] feevos commented on issue #2910: Helper function to get GPU device number?

feevos commented on issue #2910: Helper function to get GPU device number?
URL: https://github.com/apache/incubator-mxnet/issues/2910#issuecomment-372536394
 
 
   @kenfehling  I get the same error when I run this command on my laptop (single GPU) but not on the HPC cluster. Somehow the key  ```'CUDA_VISIBLE_DEVICES'``` in the ```os.environ``` dictionary is missing from my laptop. 
   
   When I use (CSIRO - BRACEWELL HPC facility - 4 GPUs per Node) ```os.environ["CUDA_VISIBLE_DEVICES"]``` I get ```'0,1,2,3'```

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