mirror of
https://github.com/clearml/go-nvlib
synced 2025-06-26 18:28:08 +00:00
805db5afa8c6442a2a6fcbf29d188e76fbff30a7
The 'mdev' string now represents the absolute path to an mdev device (/sys/bus/pci/devices/<addr>/<uuid>) instead of the mdev_type directory for the mdev device (/sys/bus/pci/devices/<addr>/mdev_supported_types/<mdev-type>). This is more intuitive and will make it easier to get more information about a particular mdev device - like the driver or iommu_group it belongs to - which can be found at /sys/bus/pci/devices/<addr>/<uuid>. Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
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.
Description
Languages
Go
97.1%
Makefile
2.9%