Go to file
Evan Lezar 06cbc571ef Add nvmlDeviceHandle function to Device interface
This change allows the underlying device handle to be returned
without relying on type-casting.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2024-01-09 14:05:01 +01:00
.github/workflows Remove blossom-ci workflow 2023-10-13 16:59:00 +02:00
docker
pkg Add nvmlDeviceHandle function to Device interface 2024-01-09 14:05:01 +01:00
vendor Add an Identifier type to nvlib/device which implements common parsing of GPU indices and UUIDs 2023-12-06 16:42:51 -08:00
.common-ci.yml Use docker:dind image in CI 2023-09-29 11:12:47 -07:00
.gitignore
.gitlab-ci.yml
.nvidia-ci.yml
CONTRIBUTING.md
go.mod Add an Identifier type to nvlib/device which implements common parsing of GPU indices and UUIDs 2023-12-06 16:42:51 -08:00
go.sum Add an Identifier type to nvlib/device which implements common parsing of GPU indices and UUIDs 2023-12-06 16:42:51 -08:00
LICENSE
Makefile Rename go module to github.com/NVIDIA/go-nvlib 2023-11-15 17:58:43 +01:00
NOTICE
README.md

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.