Go to file
Kevin Klues 6a0fd37ab6 Add pkg/nvpci as a direct port from mig-parted/pkg/nvpci
Signed-off-by: Kevin Klues <kklues@nvidia.com>
2021-03-22 11:19:56 +00:00
pkg Add pkg/nvpci as a direct port from mig-parted/pkg/nvpci 2021-03-22 11:19:56 +00:00
vendor Add vendoring for upcoming packages 2021-03-22 11:19:45 +00:00
.gitignore Add .gitignore 2021-03-22 11:19:45 +00:00
CONTRIBUTING.md Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
go.mod Add vendoring for upcoming packages 2021-03-22 11:19:45 +00:00
go.sum Add vendoring for upcoming packages 2021-03-22 11:19:45 +00:00
LICENSE Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
README.md Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00

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.