SWDEV-286739 - Support hipDeviceAttributeWallClockRate (#2815)

Part 2: Add hipDeviceAttributeWallClockRate and wallClockRate property

Change-Id: I52cbba6d67d21cde6d019c5ab530159f426a9bf6

[ROCm/hip commit: 1d710dcb58]
Этот коммит содержится в:
ROCm CI Service Account
2022-07-21 13:49:00 +05:30
коммит произвёл GitHub
родитель 0112f339b0
Коммит 06b0443513
+1
Просмотреть файл
@@ -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,