File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -917,6 +917,11 @@ x86_64_avx512:
917
917
sub-group-sizes: [8, 32]
918
918
```
919
919
920
+ The device entries have an optional ` may_support_other_aspects ` sub-key
921
+ specifying if a given target may be supported by devices that support aspects
922
+ not in the ` aspects ` list. This is used by the [ DeviceAspectTraitDesign.md] [ 10 ]
923
+ design.
924
+
920
925
The values of the aspects in this configuration file can be the numerical
921
926
values from the ` enum class aspect ` enumeration or the enum identifier itself.
922
927
@@ -929,6 +934,8 @@ to select an alternate configuration file.
929
934
** TODO** :
930
935
* Define location of the default device configuration file.
931
936
937
+ [ 10 ] : < DeviceAspectTraitDesign.md >
938
+
932
939
#### New features in clang compilation driver and tools
933
940
934
941
NOTE: the term * device binary image* used to refer to a device
You can’t perform that action at this time.
0 commit comments