NVIDIA / go-nvml

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

Allow path to libnvidia-ml.so.1 to be specified #81

Closed elezar closed 11 months ago

elezar commented 11 months ago

These changes add a basic API for allowing the path to libnvidia-ml.so.1 to be set.

This can be used in environments where the path to the library can be determined programatically but not reliably added to the LD_LIBRARY_PATH before program startup, for example.

This builds on the changes from #86