Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 897 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 897 Bytes

NVML Bindings for Go API Documentation MIT License

NOTE: This project has been abandoned. It's no longer needed at my job, so I won't be maintaining it.

This package provides bindings to Nvidia's NVML library.

Status

It's mostly an experiment to learn cgo. I wouldn't actually use this for anything for a while.

Usage

Basic

package main

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

// To be completed later

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.