NVIDIA / go-nvml

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

Fix argument type mismatching #35

Closed jshen28 closed 2 years ago

jshen28 commented 2 years ago

Looks like there are few types mismatching. This patch tries to correct them

Signed-off-by: shenjiatong yshxxsjt715@gmail.com

klueska commented 2 years ago

There are bugs in the newer c-for-go that cause these type mis-matches (which is why we pin our version of c-for-go in the docker builds). Please see the following for reference: https://github.com/NVIDIA/go-nvml/issues/31#issuecomment-981495640