SWDEV-533074 - Expose hipDeviceAttributeNumberOfXccs attribute (#84)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d50cd1dcc7
Коммит
efee830f5f
@@ -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,
|
||||
|
||||
Ссылка в новой задаче
Block a user