Registry / utility / mindprince-gonvml

mindprince-gonvml

JSON →
library0.0.0-20211002210717-ac0b66419a41gogounverified

Package gonvml provides Go bindings for the NVIDIA Management Library (NVML) to monitor GPU status.

go get github.com/mindprince/gonvml
INSTALL
IMPORT
SIG · MINDPRINCE-GONVML
M
mindprince-gonvml
utilitygov0.0.0-20211002210717-ac0b66419a41
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gonvml
github.com/mindprince/gonvml

Initialize NVML to access GPU metrics.

package main import ( "fmt" "github.com/mindprince/gonvml" ) func main() { err := gonvml.Initialize() if err != nil { panic(err) } defer gonvml.Shutdown() fmt.Println("NVML initialized") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20211002210717-ac0b66419a41latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mindprince-gonvml — go get mindprince-gonvml · libregistry