1
0
mirror of https://github.com/clearml/go-nvlib synced 2025-02-24 13:04:27 +00:00
Go to file
Christopher Desiniotis bccac280ca nvmdev: Add GetPhysicalFunction() for both Device and ParentDevice
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
2022-08-25 09:35:11 -07:00
docker Add make target for 'go generate' 2022-08-11 12:13:41 +00:00
pkg nvmdev: Add GetPhysicalFunction() for both Device and ParentDevice 2022-08-25 09:35:11 -07:00
vendor Add go-nvml as a vendored repo 2022-08-10 06:57:21 +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
go.mod Update vendoring 2022-06-28 15:58:57 +02:00
go.sum Update vendoring 2022-06-28 15:58:57 +02:00
LICENSE
Makefile Add make target for 'go generate' 2022-08-11 12:13:41 +00: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.