ROCm / pyrsmi

python package of rocm-smi-lib
MIT License
18 stars 6 forks source link

[Feature]: Temperature and fan speed querying #14

Open eugen-ajechiloae-clearml opened 7 months ago

eugen-ajechiloae-clearml commented 7 months ago

Suggestion Description

Hi! It looks like pyrsmi doesn't yet support temperature and fan speed querying. Looks like it is possible to query them tho: https://github.com/ROCm/rocm_smi_lib/blob/adf5c1da67a0e253b624396af861d0189228a49b/python_smi_tools/rocm_smi.py#L607 https://github.com/ROCm/rocm_smi_lib/blob/adf5c1da67a0e253b624396af861d0189228a49b/python_smi_tools/rocm_smi.py#L233. It would be nice to include these capabilities in this repo as well.