@@ -125,7 +125,7 @@ sycl::ext::oneapi::experimental::property::command_graph::perform_fusion
125
125
```
126
126
127
127
The property is not prescriptive. Implementations are free to not perform fusion
128
- if it is not possible (see below section <<_limitations >>), fusion is not
128
+ if it is not possible (see below section <<limitations, Limitations >>), fusion is not
129
129
supported by the implementation, or the implementation decides not to perform
130
130
fusion for other reasons. It is not an error if an implementation does not
131
131
perform fusion even though the property is passed.
@@ -155,7 +155,7 @@ property is also part of the `property_list` of the same invocation of
155
155
156
156
The following property can be passed to three different APIs, namely:
157
157
158
- * The `accessor` constructor, giving a more granular control
158
+ * The `accessor` constructor, giving a more granular control.
159
159
* The `buffer` constructor, in which case all the `accessors` derived from
160
160
this buffer will inherit this property (unless overridden).
161
161
* The `property_list` parameter of `sycl::malloc_device()`,
@@ -192,7 +192,7 @@ implementation-specified mechanism, but are not required to do so.
192
192
193
193
The following property can be passed to three different APIs, namely:
194
194
195
- * The `accessor` constructor, giving a more granular control
195
+ * The `accessor` constructor, giving a more granular control.
196
196
* The `buffer` constructor, in which case all the `accessors` derived from
197
197
this buffer will inherit this property (unless overridden).
198
198
* The `property_list` parameter of `sycl::malloc_device()`,
0 commit comments