File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -265,9 +265,9 @@ support.
265
265
266
266
Due to the API mapping gaps documented in the following section, OpenCL as a
267
267
SYCL backend cannot fully support the graphs API. Instead there are
268
- limitations in the types on nodes which a user can add to a graph, using
269
- an unsupported node type will cause a sycl exception to be throw in graph
270
- finalization with error code ` sycl::errc::feature_not_support ` and a message
268
+ limitations in the types of nodes which a user can add to a graph, using
269
+ an unsupported node type will cause a sycl exception to be thrown in graph
270
+ finalization with error code ` sycl::errc::feature_not_supported ` and a message
271
271
mentioning the unsupported command. For example,
272
272
273
273
```
@@ -343,7 +343,7 @@ custom defined symbols with the ones from OpenCL-Headers.
343
343
Publicly available implementations of ` cl_khr_command_buffer ` that can be used
344
344
to enable the graphs extension in OpenCL:
345
345
346
- - [ OneAPI- Construction- Kit] ( https://github.com/codeplaysoftware/oneapi-construction-kit ) (must enable ` OCL_EXTENSION_cl_khr_command_buffer ` when building)
346
+ - [ OneAPI Construction Kit] ( https://github.com/codeplaysoftware/oneapi-construction-kit ) (must enable ` OCL_EXTENSION_cl_khr_command_buffer ` when building)
347
347
- [ PoCL] ( http://portablecl.org/ )
348
348
- [ Command-Buffer Emulation Layer] ( https://github.com/bashbaug/SimpleOpenCLSamples/tree/main/layers/10_cmdbufemu )
349
349
Original file line number Diff line number Diff line change 1
- // REQUIRES: opencl || cuda || level_zero
2
1
// RUN: %{build} -o %t.out
3
2
// RUN: %{run} %t.out
4
3
You can’t perform that action at this time.
0 commit comments