Go to file
Evan Lezar e9b89036f0
Some checks failed
Golang / check (push) Has been cancelled
Golang / Unit test (push) Has been cancelled
Golang / build (push) Has been cancelled
Merge pull request #54 from elezar/fix-is-fabric-attached
Treat zero cluster UUID as non-fabric-attached
2025-02-12 19:23:13 +01:00
.github Bump golangci/golangci-lint-action from 5 to 6 2024-05-07 08:18:00 +00:00
pkg Treat zero cluster UUID as non-fabric-attached 2025-02-12 16:29:12 +01:00
vendor Bump github.com/NVIDIA/go-nvml from 0.12.4-0 to 0.12.4-1 2025-01-14 07:45:27 +00:00
.common-ci.yml Use docker:dind image in CI 2023-09-29 11:12:47 -07: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
.golangci.yml fix gocritic lint issues 2025-01-06 10:13:41 -08: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 Bump github.com/NVIDIA/go-nvml from 0.12.4-0 to 0.12.4-1 2025-01-14 07:45:27 +00:00
go.sum Bump github.com/NVIDIA/go-nvml from 0.12.4-0 to 0.12.4-1 2025-01-14 07:45:27 +00:00
LICENSE Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
Makefile Fix check targets 2024-05-02 14:07:14 +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 bump Go version to 1.23.5 2025-02-02 20:54:40 -05: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.