gonvml icon indicating copy to clipboard operation
gonvml copied to clipboard

NVIDIA Management Library (NVML) bindings for Go

Results 7 gonvml issues
Sort by recently updated
recently updated
newest added

- add get brand type func

- update build image from go1.8 to go1.12 - add .gitignore file - support per process utilization statistics

I updated to the latest nvidia drivers and there's an issue with running the example go file... ``` $ gonvml/cmd/example$ go run example.go Initialize() took 668.203408ms SystemDriverVersion(): 390.116 DeviceCount(): 1...

I'd like to be able to query the current and maximum gpu clock speeds if possible: Specifically, for my purposes: nvmlDeviceGetMaxClockInfo and nvmlDeviceGetClockInfo with a clock type of NVML_CLOCK_SM =...

example failed to query device count: ```go package main // #cgo LDFLAGS: -ldl -lnvidia-ml // #cgo CFLAGS: -I /usr/local/cuda-8.0/include /* #include #include "nvml.h" void testNvml() { nvmlReturn_t result; unsigned int...

* PowerLimit() * PowerLimitConstraints() * SetPowerLimit()

sampleCount was 0: https://github.com/mindprince/gonvml/blob/ac0b66419a4131fe2348bceb59358888edd9c4e4/bindings.go#L304 Kubelet crashed due to SIGFPE which is a "divide error" on X86: > Sep 06 16:51:50 foobar kernel: NVRM: Xid (PCI:0000:db:00): 95, pid=7101, name=kubelet, Uncontained: FBHUB....