You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/02/19 18:17:48 UTC

[GitHub] [incubator-mxnet] ptrendx commented on issue #19917: CD Release Pipeline libmxnet.so Symbol Error

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



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