gpuopenanalytics / pynvml

Provide Python access to the NVML library for GPU diagnostics
BSD 3-Clause "New" or "Revised" License
205 stars 31 forks source link

Does pynvml support `nvidia-smi --query-gpu=reset_status.reset_required`? #51

Open PPPW opened 6 months ago

PPPW commented 6 months ago

We are trying to find out what the pynvml equivalent is for the following command:

nvidia-smi --query-gpu=reset_status.reset_required --format=csv

We saw most of nvidia-smi --query-gpu= attributes are supported in the smi module, but the reset_status.reset_required attribute is not in the supported NVSMI_QUERY_GPU. Could you let us know is it possible to get the reset_status.reset_required from pynvml? If not, do you plan to support it in the future? Thank you!