NVIDIA / go-nvml

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

is it possible to use this go module via gpu-operator? #93

Open vimalk78 opened 11 months ago

vimalk78 commented 11 months ago

go-nvml uses libnvidia-ml.so under the hood. But in environments, where this driver is not available, is it possible to use this module via some operator? e.g. https://github.com/NVIDIA/gpu-operator ?