SWDEV-274058 - Porting HIP, ROCclr gfx90a changes to mainline.

Change-Id: I02f53d4c7897d26243620cfc961fa9bd984cede4


[ROCm/hip commit: 848b7e3ec0]
This commit is contained in:
kjayapra-amd
2021-02-23 11:44:36 -05:00
committed by Karthik Jayaprakash
parent 49be095157
commit 54e273fa87
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -156,6 +156,11 @@ static bool getProcName(uint32_t EFlags, std::string& proc_name, bool& xnackSupp
sramEccSupported = false;
proc_name = "gfx909";
break;
case EF_AMDGPU_MACH_AMDGCN_GFX90A:
xnackSupported = true;
sramEccSupported = true;
proc_name = "gfx90a";
break;
case EF_AMDGPU_MACH_AMDGCN_GFX90C:
xnackSupported = true;
sramEccSupported = false;