Revert "SWDEV-264166 - [ABI Break] goodbye gcnArch, hello gcnArchName"

This reverts commit c15ba5c755.

Change-Id: Ia7b9ca115be4f9591b195194eed967fc6c330012
This commit is contained in:
Maneesh Gupta
2023-07-31 08:53:58 -04:00
rodzic c15ba5c755
commit 0d3dbe1a1d
@@ -2034,6 +2034,7 @@ inline static hipError_t hipGetDeviceProperties(hipDeviceProp_t* p_prop, int dev
p_prop->maxSharedMemoryPerMultiProcessor = cdprop.sharedMemPerMultiprocessor;
p_prop->isMultiGpuBoard = cdprop.isMultiGpuBoard;
p_prop->canMapHostMemory = cdprop.canMapHostMemory;
p_prop->gcnArch = 0; // Not a GCN arch
p_prop->integrated = cdprop.integrated;
p_prop->cooperativeLaunch = cdprop.cooperativeLaunch;
p_prop->cooperativeMultiDeviceLaunch = cdprop.cooperativeMultiDeviceLaunch;