zjin-lcf opened this issue 2 years ago · 2 comments
Do you know where info.boardName_ in hipamd/src/hip_device.cpp is read from ? The name is empty for some devices (e.g. MI210). Thanks
info.boardName_
hipamd/src/hip_device.cpp
On linux its HSA_AMD_AGENT_INFO_PRODUCT_NAME of hsa_agent_get_info
Thanks.