ptrendx commented on issue #19917:
URL: 
https://github.com/apache/incubator-mxnet/issues/19917#issuecomment-782249976


   Yeah, this comes from the fact that the CUDA 11.2 image has 11.2 version of 
nvml.h, while the actual libnvml library is a part of the driver (and the 
driver on that machine is probably older and does not have that version of the 
function). If you look at the nvml.h version history here: 
https://github.com/NVIDIA/nvidia-settings/blob/master/src/nvml.h - the `_v2` 
version of that function was added in the driver 450.66 - what is the version 
you use in the CI?
   
   As a workaround you can just add the option `-DUSE_NVML=0` to your cmake 
build to disable nvml.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to