From 638e204ed0ffb970914de6b2bfdb2938002ffc50 Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Mon, 24 Jul 2023 19:28:08 +0100 Subject: [PATCH] SWDEV-264166 - [ABI Break] goodbye gcnArch, hello gcnArchName Change-Id: I4b31284243a801f92f0be9468c25db7d027d9a13 [ROCm/hipother commit: c15ba5c755e86ee0d1aaf6f74e69ef27c1fb2e1c] --- .../hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h b/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h index a6331d9fc9..72e2c5271e 100644 --- a/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h +++ b/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h @@ -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;