kfdtest: Add gfx 9.5 as FAMILY_AV
Signed-off-by: Alex Sierra <alex.sierra@amd.com> Change-Id: Ib5696eee1d4f64c9c87d714eae7c80fbbd1e2b23
This commit is contained in:
@@ -207,7 +207,7 @@ unsigned int FamilyIdFromNode(const HsaNodeProperties *props) {
|
||||
break;
|
||||
case 9:
|
||||
familyId = FAMILY_AI;
|
||||
if (props->EngineId.ui32.Minor == 4)
|
||||
if (props->EngineId.ui32.Minor >= 4)
|
||||
familyId = FAMILY_AV;
|
||||
else if (props->EngineId.ui32.Stepping == 2)
|
||||
familyId = FAMILY_RV;
|
||||
|
||||
Reference in New Issue
Block a user