Go to file
Kevin Klues 47893b1629 Merge branch 'bar-sizes' into 'main'
Added function to retrieve the BAR sizes

See merge request nvidia/cloud-native/go-nvlib!8
2022-06-01 11:43:29 +00:00
docker Add Makefile and build targets 2021-03-22 11:19:56 +00:00
pkg Added function to retrieve the BAR sizes 2022-06-01 03:20:10 -07:00
vendor Add vendoring for upcoming packages 2021-03-22 11:19:45 +00:00
.common-ci.yml Add .gitlab-ci files (for both internal and external builds) 2021-03-22 11:22:02 +00:00
.gitignore Add .gitignore 2021-03-22 11:19:45 +00:00
.gitlab-ci.yml Add .gitlab-ci files (for both internal and external builds) 2021-03-22 11:22:02 +00:00
.nvidia-ci.yml Add .gitlab-ci files (for both internal and external builds) 2021-03-22 11:22:02 +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
Makefile Add Makefile and build targets 2021-03-22 11:19:56 +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.