/nvidia-smi

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

Primary LanguageGoUniversity of Illinois/NCSA Open Source LicenseNCSA

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.