diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 7d4d58ec24..eca5b9ff63 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -445,6 +445,8 @@ typedef enum hipDeviceAttribute_t { ///< hipStreamWaitValue64(), '0' otherwise. hipDeviceAttributeImageSupport, ///< '1' if Device supports image, '0' otherwise. + hipDeviceAttributeMultiprocessorBoostCount, ///< All available boost compute units for the device + hipDeviceAttributeAmdSpecificEnd = 19999, hipDeviceAttributeVendorSpecificBegin = 20000, // Extended attributes for vendors