mirror of
https://github.com/clearml/go-nvlib
synced 2025-02-23 12:38:01 +00:00
The PCI Bus ID returned by NVML is upper case and results in the following error: error getting PCI device class for device: failed to construct PCI device: unable to read PCI device vendor id for 0000:0A:00.0: open /sys/bus/pci/devices/0000:0A:00.0/vendor: no such file or directory Signed-off-by: Evan Lezar <elezar@nvidia.com> |
||
---|---|---|
docker | ||
pkg | ||
vendor | ||
.common-ci.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
.nvidia-ci.yml | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
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.