Go to file
Evan Lezar 62eb401f91 Check if device is MIG Capable when visiting MIG devices
This change updates Device.VisitMigDevices to align with
Device.VisitMigProfiles in than the function is skipped for
non-MIG-capable devices. This allows the function to always
be a no-op on older drivers where MIG is not supported.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2023-05-22 13:24:11 +02:00
.github/worklows blossom-ci: enable blossom github action 2023-03-16 16:26:08 +01:00
docker Pin moq version to v0.2.7 2022-11-21 15:50:01 +01:00
pkg Check if device is MIG Capable when visiting MIG devices 2023-05-22 13:24:11 +02:00
vendor Update glang version in go module to 1.20 2023-03-23 10:27:47 +00:00
.common-ci.yml Add .gitlab-ci files (for both internal and external builds) 2021-03-22 11:22:02 +00: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 Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
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 Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
Makefile Add .shell target for interactive make 2022-11-21 15:47:46 +01:00
NOTICE Added PCI IDS support and DPU detection 2022-11-02 03:58:13 -07: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.