Skip to content

karlmutch/go-nvml

 
 

Repository files navigation

NVML Bindings for Go API Documentation MIT License

NOTE: This project was abandoned by the original author. The code was forked from https://github.com/davidr/go-nvml. I have begun adding minor functionality to it until such time as the official go bindings from Nvidia are better documented etc.

This package provides bindings to Nvidia's NVML library using the bridge functionality and CGO.

Usage

Basic

package main

import nvml "github.com/karlmutch/go-nvml"

License

All code in this repository is covered by the terms of the MIT License, the full text of which can be found in the LICENSE file.

About

Golang NVIDIA Management Library (NVML) Bindings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.9%
  • C 8.1%