You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Deprecate in favor of using ZE_STRUCTURE_DEVICE_PROPERTIES_1_2
+ Update sample code w/comments to keep users up to date
+ Also remove some precision loss in sample code
* Minor fix on ticks vs tick count for wording
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Copy file name to clipboardExpand all lines: scripts/core/device.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,7 @@ members:
194
194
"1.0": "[out] Returns the resolution of device timer in nanoseconds used for profiling, timestamps, etc."
195
195
"1.1": "[out] Returns the resolution of device timer in cycles per second used for profiling, timestamps, etc."
196
196
"1.2": "[out] Returns the resolution of device timer used for profiling, timestamps, etc. When stype==$X_STRUCTURE_TYPE_DEVICE_PROPERTIES the units are in nanoseconds. When stype==$X_STRUCTURE_TYPE_DEVICE_PROPERTIES_1_2 units are in cycles/sec"
197
+
"1.17": "[out] @deprecated when using $X_STRUCTURE_TYPE_DEVICE_PROPERTIES since 1.17: Use $X_STRUCTURE_TYPE_DEVICE_PROPERTIES_1_2 to obtain timerResolution in cycles/sec for profiling and timestamps."
0 commit comments