Go to file
Kevin Klues 094481f79a
Merge pull request #32 from klueska/update-go-nvml
Update to incorporate go-nvml updates to expose interface types
2024-04-13 08:15:44 +01:00
.github Add GitHub actions 2024-04-04 13:08:50 +02:00
pkg Update to incorporate go-nvml updates to expose interface types 2024-04-12 21:19:30 +00:00
vendor Update to incorporate go-nvml updates to expose interface types 2024-04-12 21:19:30 +00:00
.common-ci.yml Use docker:dind image in CI 2023-09-29 11:12:47 -07:00
.gitignore
.gitlab-ci.yml
.golangci.yml Address golangci-lint warnings 2024-04-04 15:24:10 +02:00
.nvidia-ci.yml
CONTRIBUTING.md
go.mod Update to incorporate go-nvml updates to expose interface types 2024-04-12 21:19:30 +00:00
go.sum Update to incorporate go-nvml updates to expose interface types 2024-04-12 21:19:30 +00:00
LICENSE
Makefile Address golangci-lint warnings 2024-04-04 15:24:10 +02:00
NOTICE Added PCI IDS support and DPU detection 2022-11-02 03:58:13 -07:00
README.md add make target to update default pciids file 2023-09-22 12:37:41 -07:00
versions.mk Add GitHub actions 2024-04-04 13:08:50 +02:00

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.