Categorygithub.com/rai-project/nvidia-smi
repositorypackage
0.0.0-20190730061239-864eb441c9ae
Repository: https://github.com/rai-project/nvidia-smi.git
Documentation: pkg.go.dev

# README

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.