diff --git a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp index ccfab36460..78dcaab286 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp +++ b/projects/rocr-runtime/runtime/hsa-runtime/libamdhsacode/amd_hsa_code.cpp @@ -579,6 +579,12 @@ namespace code { NewName = "amdgcn-amd-amdhsa--gfx906"; else if (OldName == "AMD:AMDGPU:9:0:8") NewName = "amdgcn-amd-amdhsa--gfx908"; + else if (OldName == "AMD:AMDGPU:10:1:0") + NewName = "amdgcn-amd-amdhsa--gfx1010"; + else if (OldName == "AMD:AMDGPU:10:1:1") + NewName = "amdgcn-amd-amdhsa--gfx1011"; + else if (OldName == "AMD:AMDGPU:10:1:2") + NewName = "amdgcn-amd-amdhsa--gfx1012"; else assert(false && "Unhandled target");