SWDEV-286739 - Support hipDeviceAttributeWallClockRate (#2815)
Part 2: Add hipDeviceAttributeWallClockRate and wallClockRate property
Change-Id: I52cbba6d67d21cde6d019c5ab530159f426a9bf6
[ROCm/hip commit: 1d710dcb58]
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0112f339b0
Коммит
06b0443513
@@ -452,6 +452,7 @@ typedef enum hipDeviceAttribute_t {
|
||||
hipDeviceAttributePhysicalMultiProcessorCount, ///< All available physical compute
|
||||
///< units for the device
|
||||
hipDeviceAttributeFineGrainSupport, ///< '1' if Device supports fine grain, '0' otherwise
|
||||
hipDeviceAttributeWallClockRate, ///< Constant frequency of wall clock in kilohertz.
|
||||
|
||||
hipDeviceAttributeAmdSpecificEnd = 19999,
|
||||
hipDeviceAttributeVendorSpecificBegin = 20000,
|
||||
|
||||
Ссылка в новой задаче
Block a user