zmy366 / nvidia-smi

NVIDIA-SMI abstractions. Used to detect the GPU hardware on the system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIDIA-SMI Build Status

Notes

Using the output xml of nvidia-smi -x -q -a. Use github.com/rai-project/xj2s to create structure and then Use

gomodifytags -file model.go -add-tags json -w -struct NvidiaSmiLog
gomodifytags -file model.go -add-tags json -w -struct Gpu

to add the json tags.

About

NVIDIA-SMI abstractions. Used to detect the GPU hardware on the system

License:University of Illinois/NCSA Open Source License


Languages

Language:Go 100.0%