forked fromdavidr/go-nvml
- Notifications
You must be signed in to change notification settings - Fork0
Golang NVIDIA Management Library (NVML) Bindings
License
NotificationsYou must be signed in to change notification settings
karlmutch/go-nvml
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NOTE: This project was abandoned by the original author. The code was forked fromhttps://github.com/davidr/go-nvml. I have begun adding minor functionality to it until such time as the official go bindings from Nvidia are better documented etc.
This package provides bindings to Nvidia's NVML library using the bridge functionality and CGO.
package mainimport nvml"github.com/karlmutch/go-nvml"
All code in this repository is covered by the terms of the MIT License, the fulltext of which can be found in the LICENSE file.