NVIDIA / go-nvml

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

Add top-level function to lookup symbols #84

Closed elezar closed 11 months ago

elezar commented 11 months ago

This change adds a top-level LookupSymbol function. This replaces the need to explicitly open a library locally and check the symbols there in clients of these bindings.

Note that this API is considered experimental.