NVIDIA / go-nvml

Go Bindings for the NVIDIA Management Library (NVML)
Apache License 2.0
290 stars 62 forks source link

Q: compatible libnvidia-ml.so version #94

Open sthaha opened 9 months ago

sthaha commented 9 months ago

This is more a question on the usage of this package than a issue.

Since go-nvml loads libnvidia-ml.so dynamically, is there any constraint / requirement on the version of the library installed on the host? I.E should it be the same as the one mentioned in https://github.com/NVIDIA/go-nvml/blob/main/gen/nvml/nvml.h or higher?