NVIDIA / go-nvml

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

Return ERROR_UNKNOWN instead of panicing #107

Closed elezar closed 5 months ago

elezar commented 6 months ago

This change removes the panic from the shutdown code. Instead an ERROR_UNKNOWN is returned. This does cause the source of the error to be lost, but this can be addressed in a follow-up.

This replaces #70