marcoabreu commented on issue #9300: bugfix for parallel rand generator on 
multi-gpu
URL: https://github.com/apache/incubator-mxnet/pull/9300#issuecomment-355357167
 
 
   The CUDA library is going to be needed anyways, right? So that shouldn't be 
an issue. Couldn't this be achieved by trying to address the GPU on slot 0, 1, 
2 etc and then just count how often it fails? 
   
   The problem is that nvidia-smi on windows may be present or not. While 
working on CI for windows, I've experienced that this tool may be at different 
locations which can not be retrieved programmatically. The workaround was to 
use a static path for CI.

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


With regards,
Apache Git Services

Reply via email to