ROCm / rocm_smi_lib

ROCm SMI LIB
https://rocm.docs.amd.com/projects/rocm_smi_lib/en/latest/
MIT License
111 stars 48 forks source link

Wrong ret check in rocm_smi_main.cc #169

Open GG-yuki opened 1 month ago

GG-yuki commented 1 month ago

I found this part check parameter (ret_unique_id != 0) for twice. Maybe it should check ret_domain here I guess.

dmitrii-galantsev commented 1 month ago

great catch!