karlmutch / go-nvml

Golang NVIDIA Management Library (NVML) Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 91.9%Language:C 8.1%