Revert "kfdtest: add MES judging API in test utility."

See description of previous revert.

This reverts commit 8554f0df14.

Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Change-Id: I969dc6469e62b50cd7ba0595918538602afa7516


[ROCm/ROCR-Runtime commit: 287cb29340]
This commit is contained in:
Graham Sider
2023-03-27 16:18:18 -04:00
parent c298048035
commit 3e75f92cf2
4 changed files with 0 additions and 12 deletions
@@ -238,11 +238,6 @@ bool isTonga(const HsaNodeProperties *props) {
return false;
}
bool CheckMES(const HsaNodeProperties *props) {
/* MES devices need GART mappings and therefore need non-paged memory */
return (props->EngineId.ui32.Major >= 11) ? true : false;
}
const uint32_t GetGfxVersion(const HsaNodeProperties *props) {
return ((props->EngineId.ui32.Major << 16) |
(props->EngineId.ui32.Minor << 8) |