Go to file
dependabot[bot] d3874bda61
Bump github.com/NVIDIA/go-nvml
Bumps [github.com/NVIDIA/go-nvml](https://github.com/NVIDIA/go-nvml) from 0.12.0-1.0.20231020145430-e06766c5e74f to 0.12.0-2.
- [Commits](https://github.com/NVIDIA/go-nvml/commits/v0.12.0-2)

---
updated-dependencies:
- dependency-name: github.com/NVIDIA/go-nvml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-23 13:07:41 +00:00
.github Bump actions/checkout from 3 to 4 2024-01-23 13:04:09 +00:00
docker Bump go to 1.21.1 2023-09-29 09:40:56 -07:00
pkg Add nvmlDeviceHandle function to Device interface 2024-01-09 14:05:01 +01:00
vendor Bump github.com/NVIDIA/go-nvml 2024-01-23 13:07:41 +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
.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 2024-01-23 13:07:41 +00:00
go.sum Bump github.com/NVIDIA/go-nvml 2024-01-23 13:07:41 +00:00
LICENSE Add initial CONTRIBUTING, LICENSE, and README files 2021-03-22 11:19:45 +00:00
Makefile Rename go module to github.com/NVIDIA/go-nvlib 2023-11-15 17:58:43 +01: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

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.