We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24549f commit ed61939Copy full SHA for ed61939
sycl/doc/design/OptionalDeviceFeatures.md
@@ -516,6 +516,10 @@ We add a new IR phase to the device compiler which does the following:
516
aspects that come from references to types in the
517
`sycl_types_that_use_aspects` list.
518
519
+* If a function has the `!sycl_declared_aspects` metadata, creates (or augments)
520
+ the function's `!sycl_used_aspects` metadata with aspects from the
521
+ `!sycl_declared_aspects` list.
522
+
523
* Propagates each function's `!sycl_used_aspects` metadata up the static call
524
graph so that each function lists the aspects used by that function and by
525
any functions it calls.
0 commit comments