Go to file
Evan Lezar a965ca0b8f Merge branch 'add-info-package' into 'main'
Add nvinfo package to query system state

See merge request nvidia/cloud-native/go-nvlib!9
2022-07-13 11:50:52 +00:00
docker Bump Golang version in build container to 1.16 2022-06-28 20:35:01 +02:00
pkg Add nvinfo package to query system state 2022-06-28 15:56:34 +02:00
vendor Update vendoring 2022-06-28 15:58:57 +02: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 Update vendoring 2022-06-28 15:58:57 +02:00
go.sum Update vendoring 2022-06-28 15:58:57 +02:00
LICENSE Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
Makefile Bump Golang version in build container to 1.16 2022-06-28 20:35:01 +02: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.