We just installed the latest esmi on our MI300A system and are trying to read CCD power using the following API:
ret = esmi_read_ccd_power(i, &ccd_power);
But it is giving us the following errors implying it is not supported on our syste.
Failed to get core[0] _COREENERGY, Err[20]:HSMP message/command not supported
Failed to get core[1] _COREENERGY, Err[20]:HSMP message/command not supported
Failed to get core[2] _COREENERGY, Err[20]:HSMP message/command not supported
Failed to get core[3] _COREENERGY, Err[20]:HSMP message/command not supported
Failed to get core[4] _COREENERGY, Err[20]:HSMP message/command not supported
Previously, we have been reading the socket power successfully, but we saw that the latest esmi has a new CCD power domain, so we are hoping to get this info. We see in the README that our model 90F is supported as of Family 0x19 model 90-9fh are supported from v6.6-rc1 onwards. Can you please point us to v6.6-rc1?
Tagging @patki1 as well.
We just installed the latest esmi on our MI300A system and are trying to read CCD power using the following API:
But it is giving us the following errors implying it is not supported on our syste.
Previously, we have been reading the socket power successfully, but we saw that the latest esmi has a new CCD power domain, so we are hoping to get this info. We see in the README that our model 90F is supported as of
Family 0x19 model 90-9fh are supported from v6.6-rc1 onwards. Can you please point us to v6.6-rc1?Tagging @patki1 as well.