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

driverInitialized check not valid #102

Open mrusme opened 2 years ago

mrusme commented 2 years ago

This check is not valid since one can have the GPU module baked into the kernel. In that case, lsmod//proc/modules won't report it.

littlewu2508 commented 2 years ago

https://github.com/RadeonOpenCompute/rocminfo/issues/42#issuecomment-870846291 may help

dmitrii-galantsev commented 7 months ago

Fixed as of 9f6614e83b6d5a09015efb76ed1421605be612dd. Please reopen if you disagree :)