Skip to content

Commit 114a834

Browse files
committed
Add comment about optional config sub-key
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 8f15db0 commit 114a834

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sycl/doc/design/OptionalDeviceFeatures.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,11 @@ x86_64_avx512:
917917
sub-group-sizes: [8, 32]
918918
```
919919

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+
920925
The values of the aspects in this configuration file can be the numerical
921926
values from the `enum class aspect` enumeration or the enum identifier itself.
922927

@@ -929,6 +934,8 @@ to select an alternate configuration file.
929934
**TODO**:
930935
* Define location of the default device configuration file.
931936

937+
[10]: <DeviceAspectTraitDesign.md>
938+
932939
#### New features in clang compilation driver and tools
933940

934941
NOTE: the term *device binary image* used to refer to a device

0 commit comments

Comments
 (0)