SWDEV-533074 - Expose hipDeviceAttributeNumberOfXccs attribute (#84)

Этот коммит содержится в:
Andryeyev, German
2025-05-20 14:58:42 -04:00
коммит произвёл GitHub
родитель d50cd1dcc7
Коммит efee830f5f
+1
Просмотреть файл
@@ -541,6 +541,7 @@ typedef enum hipDeviceAttribute_t {
///< units for the device
hipDeviceAttributeFineGrainSupport, ///< '1' if Device supports fine grain, '0' otherwise
hipDeviceAttributeWallClockRate, ///< Constant frequency of wall clock in kilohertz.
hipDeviceAttributeNumberOfXccs, ///< The number of XCC(s) on the device
hipDeviceAttributeAmdSpecificEnd = 19999,
hipDeviceAttributeVendorSpecificBegin = 20000,