You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow amd-smi to fail when rocm-smi succeeds (#14)
We've seen a case where amd-smi fails with:
```
AttributeError: module 'amdsmi.amdsmi_interface' has no attribute 'amdsmi_get_gpu_kfd_info'. Did you mean: 'amdsmi_get_gpu_asic_info'?
```
But rocm-smi succeeds. We assume that this has to do with some local
installation state but we can be more forgiving about this case for now
anyways.
0 commit comments