jbboehr / 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 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.

About

Golang NVIDIA Management Library (NVML) Bindings

License:MIT License


Languages

Language:Go 90.3%Language:C 9.7%