mirror of
https://github.com/clearml/go-nvlib
synced 2025-02-25 05:23:52 +00:00
When constructing NvidiaPCIDevice objects for each 'parent' device in the
'/sys/class/mdev_bus' directory, use the default PCI devices root
'/sys/bus/pci/devices'. All devices in '/sys/class/mdev_bus' will have
a corresponding directory at '/sys/bus/pci/devices'.
Starting with
|
||
---|---|---|
.github | ||
pkg | ||
vendor | ||
.common-ci.yml | ||
.gitignore | ||
.gitlab-ci.yml | ||
.golangci.yml | ||
.nvidia-ci.yml | ||
CONTRIBUTING.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
README.md | ||
versions.mk |
The go-nvlib
project
This repository 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.