From cc28cc271e500bdf2027b51049b08685ee1905a4 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Thu, 3 Mar 2022 05:34:09 +0530 Subject: [PATCH] SWDEV-301947 - Rename query (#2530) Rename hipDeviceAttributeMultiprocessorBoostCount to hipDeviceAttributePhysicalMultiProcessorCount Change-Id: I9f4a7d22bfeef7502c6e8060dcd671e012772d98 --- include/hip/hip_runtime_api.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 10d08268e8..c55e509256 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -444,9 +444,8 @@ typedef enum hipDeviceAttribute_t { hipDeviceAttributeCanUseStreamWaitValue, ///< '1' if Device supports hipStreamWaitValue32() and ///< hipStreamWaitValue64(), '0' otherwise. hipDeviceAttributeImageSupport, ///< '1' if Device supports image, '0' otherwise. - - hipDeviceAttributeMultiprocessorBoostCount, ///< All available boost compute units for the device - + hipDeviceAttributePhysicalMultiProcessorCount, ///< All available physical compute + ///< units for the device hipDeviceAttributeAmdSpecificEnd = 19999, hipDeviceAttributeVendorSpecificBegin = 20000, // Extended attributes for vendors