gonvml icon indicating copy to clipboard operation
gonvml copied to clipboard

NVIDIA Management Library (NVML) bindings for Go

Results 6 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()