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
* Add support for deprecation of enum values in UR spec.
* Deprecate UR_DEVICE_INFO_BFLOAT16.
* Remove testing for UR_DEVICE_INFO_BFLOAT16.
* Remove UR_DEVICE_INFO_BFLOAT16 support from adapters.
* Resolves#2385.
Copy file name to clipboardExpand all lines: scripts/YaML.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,6 +337,7 @@ plural form *enumerators* is abbreviated to `etors`.
337
337
+`desc` will be used as the etors's description comment
338
338
+ If the enum has `typed_etors`, `desc` must begin with type identifier: {`"[type]"`}
339
339
+`desc` may contain the [optional-query] annotation. This denotes the etor as an info query which is optional for adapters to implement, and may legally result in a non-success error code.
340
+
+`desc` may contain the [deprecated-value] annotation. This marks the etor with the `[[deprecated]]` attribute specifier.
340
341
+`name` must be a unique ISO-C standard identifier, and be all caps
341
342
- An etor may take the following optional scalar field: {`value`, `version`}
0 commit comments