1
0
mirror of https://github.com/clearml/go-nvlib synced 2025-02-23 12:38:01 +00:00
Go to file
Evan Lezar 01649c65ea Merge branch 'add-device-apis' into 'main'
Move MIG apis to device package and add extended APIs for top-level devices to it

See merge request nvidia/cloud-native/go-nvlib!19
2022-09-16 14:15:32 +00:00
docker Add make target for 'go generate' 2022-08-11 12:13:41 +00:00
pkg Add extended APIs for top-level devices to the device package 2022-09-16 13:34:17 +00:00
vendor Update go-nvml dependency 2022-09-01 14:06:25 +02: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 go-nvml dependency 2022-09-01 14:06:25 +02:00
go.sum Update go-nvml dependency 2022-09-01 14:06:25 +02:00
LICENSE Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
Makefile Add make target for 'go generate' 2022-08-11 12:13:41 +00: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.