Go to file
Carlos Eduardo Arango Gutierrez 2c8c6ab21c Merge branch 'main' into 'main'
Add Krishnan to authorized user to trigger ci

See merge request nvidia/cloud-native/go-nvlib!49
2023-07-24 09:15:55 +00:00
.github Add Krishnan to authorized user to trigger ci 2023-07-24 09:12:08 +00:00
docker Pin moq version to v0.2.7 2022-11-21 15:50:01 +01:00
pkg Update pciids interface to return errors for invalid vendor / device ids 2023-06-13 11:18:21 -07:00
vendor Update glang version in go module to 1.20 2023-03-23 10:27:47 +00:00
.common-ci.yml Add coverage make target 2023-05-24 17:02:35 +02:00
.gitignore Update .gitignore 2022-07-07 13:42:25 -07: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
go.mod Update glang version in go module to 1.20 2023-03-23 10:27:47 +00:00
go.sum Update vendored go-nvml to 12.0 2023-03-14 10:36:13 -07:00
LICENSE
Makefile Add coverage make target 2023-05-24 17:02:35 +02:00
NOTICE Added PCI IDS support and DPU detection 2022-11-02 03:58:13 -07:00
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.