SWDEV-301947 - Rename query (#2530)

Rename hipDeviceAttributeMultiprocessorBoostCount to
hipDeviceAttributePhysicalMultiProcessorCount

Change-Id: I9f4a7d22bfeef7502c6e8060dcd671e012772d98


[ROCm/hip commit: cc28cc271e]
This commit is contained in:
ROCm CI Service Account
2022-03-03 05:34:09 +05:30
committed by GitHub
parent c6f47ab2d9
commit 146d638001
+2 -3
View File
@@ -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