mirror of
https://github.com/clearml/go-nvlib
synced 2025-02-07 05:17:43 +00:00
We decided it makes sense to have top level device and MIG device abstractions all under one package rather than trying to separate them. It will make it easier to hav them clal between each other without package dependency loops. Signed-off-by: Kevin Klues <kklues@nvidia.com> |
||
---|---|---|
docker | ||
pkg | ||
vendor | ||
.common-ci.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
.nvidia-ci.yml | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
The go-nvlib
project
This respository holds a collection of go packages to ease the development of
NVIDIA GPU management software. Many of its abstractions build and expand upon
the base go-nvml
package which provides
a comprehensive wrapper around the official NVIDIA Management
Library.