Skip to content

Commit 5d38699

Browse files
committed
Update OpenCL wording in SYCL-Graph documentation.
1 parent 7edd4e3 commit 5d38699

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/doc/design/CommandGraph.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -249,22 +249,22 @@ graph resubmission.
249249

250250
### OpenCL
251251

252-
SYCL-Graphs is only enabled for an OpenCL backend when the
252+
SYCL-Graph is only enabled for an OpenCL backend when the
253253
[cl_khr_command_buffer](https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_Ext.html#cl_khr_command_buffer)
254254
extension is available, however this information isn't available until runtime
255255
due to OpenCL implementations being loaded through an ICD.
256256

257257
The `ur_exp_command_buffer` string is conditionally returned from the OpenCL
258258
command-buffer UR backend at runtime based on `cl_khr_command_buffer` support
259-
to indicate that the graphs extension should be enabled. This is information
259+
to indicate that the graph extension should be enabled. This is information
260260
is propagated to the SYCL user via the
261-
`device.get_info<info::device::graph_support>()` query for graphs extension
261+
`device.get_info<info::device::graph_support>()` query for graph extension
262262
support.
263263

264264
#### Limitations
265265

266266
Due to the API mapping gaps documented in the following section, OpenCL as a
267-
SYCL backend cannot fully support the graphs API. Instead there are
267+
SYCL backend cannot fully support the graph API. Instead, there are
268268
limitations in the types of nodes which a user can add to a graph, using
269269
an unsupported node type will cause a sycl exception to be thrown in graph
270270
finalization with error code `sycl::errc::feature_not_supported` and a message
@@ -317,7 +317,7 @@ adapter where there is matching support for each function in the list.
317317
| | clCommandSVMMemcpyKHR | No |
318318
| | clCommandSVMMemFillKHR | No |
319319

320-
We are looking to address these gaps in the future so that SYCL-Graphs can be
320+
We are looking to address these gaps in the future so that SYCL-Graph can be
321321
fully supported on a `cl_khr_command_buffer` backend.
322322

323323
#### UR Command-Buffer Implementation
@@ -341,9 +341,9 @@ custom defined symbols with the ones from OpenCL-Headers.
341341
#### Available OpenCL Command-Buffer Implementations
342342

343343
Publicly available implementations of `cl_khr_command_buffer` that can be used
344-
to enable the graphs extension in OpenCL:
344+
to enable the graph extension in OpenCL:
345345

346346
- [OneAPI Construction Kit](https://github.com/codeplaysoftware/oneapi-construction-kit) (must enable `OCL_EXTENSION_cl_khr_command_buffer` when building)
347347
- [PoCL](http://portablecl.org/)
348-
- [Command-Buffer Emulation Layer](https://github.com/bashbaug/SimpleOpenCLSamples/tree/main/layers/10_cmdbufemu)
348+
- [Command-Buffer Emulation Layer](https://github.com/bashbaug/SimpleOpenCLSamples/tree/efeae73139ddf064fafce565cc39640af10d900f/layers/10_cmdbufemu)
349349

0 commit comments

Comments
 (0)