You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extension is available, however this information isn't available until runtime
255
255
due to OpenCL implementations being loaded through an ICD.
256
256
257
257
The `ur_exp_command_buffer` string is conditionally returned from the OpenCL
258
258
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
260
260
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
262
262
support.
263
263
264
264
#### Limitations
265
265
266
266
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
268
268
limitations in the types of nodes which a user can add to a graph, using
269
269
an unsupported node type will cause a sycl exception to be thrown in graph
270
270
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.
317
317
|| clCommandSVMMemcpyKHR | No |
318
318
|| clCommandSVMMemFillKHR | No |
319
319
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
321
321
fully supported on a `cl_khr_command_buffer` backend.
322
322
323
323
#### UR Command-Buffer Implementation
@@ -341,9 +341,9 @@ custom defined symbols with the ones from OpenCL-Headers.
341
341
#### Available OpenCL Command-Buffer Implementations
342
342
343
343
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:
345
345
346
346
-[OneAPI Construction Kit](https://github.com/codeplaysoftware/oneapi-construction-kit) (must enable `OCL_EXTENSION_cl_khr_command_buffer` when building)
0 commit comments