NVIDIA / go-nvml

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

Fix bug with wrong instance of lib being called for load/close #113

Closed klueska closed 4 months ago

klueska commented 4 months ago

Without this change, go-nvlib is broken, when looking up symbol names, for example. Also, no v2 or v3 symbols are loaded as expected which breaks, for example, GetGpuInstancePossiblePlacements() for the extended media types.