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

Change-Id: I4b31284243a801f92f0be9468c25db7d027d9a13


[ROCm/hipother commit: c15ba5c755]
This commit is contained in:
Jatin Chaudhary
2023-07-24 19:28:08 +01:00
committed by Jatin Jaikishan Chaudhary
parent 0cd953ac9a
commit 638e204ed0
@@ -2034,7 +2034,6 @@ 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;