SWDEV-513458 - Add gfx950 target ID
Add gfx950 target ID Cherry-picked https://gerrit-git.amd.com/c/compute/ec/clr/+/997678 https://gerrit-git.amd.com/c/compute/ec/clr/+/1063519 Change-Id: I0228c5e87ceec366983fd4afb1c25e7f8161c2c2
This commit is contained in:
@@ -239,6 +239,11 @@ static bool getProcName(uint32_t EFlags, std::string& proc_name, bool& xnackSupp
|
||||
sramEccSupported = true;
|
||||
proc_name = "gfx942";
|
||||
break;
|
||||
case EF_AMDGPU_MACH_AMDGCN_GFX950:
|
||||
xnackSupported = true;
|
||||
sramEccSupported = true;
|
||||
proc_name = "gfx950";
|
||||
break;
|
||||
case EF_AMDGPU_MACH_AMDGCN_GFX1010:
|
||||
xnackSupported = true;
|
||||
sramEccSupported = false;
|
||||
|
||||
Reference in New Issue
Block a user