Removing invalid gfx entries

Change-Id: I1a9a9a064f5f65ecc3e124c5dd7d6baf6b5ccb5c


[ROCm/ROCR-Runtime commit: f0000da7b3]
This commit is contained in:
David Yat Sin
2023-05-11 22:27:39 +00:00
parent 7a157d8e55
commit e1ded285a9
2 changed files with 0 additions and 14 deletions
@@ -1906,10 +1906,6 @@ static std::string ConvertOldTargetNameToNew(
NewName = "amdgcn-amd-amdhsa--gfx90c";
xnack_supported = true;
}
else if (OldName == "AMD:AMDGPU:9:4:0") {
NewName = "amdgcn-amd-amdhsa--gfx940";
xnack_supported = true;
}
else {
// Code object v2 only supports asics up to gfx906 plus gfx90c. Do NOT add
// handling of new asics into this if-else-if* block.