Skip to content

Commit 0c84fa5

Browse files
committed
Update docs wording and removing REQUIRES from devicve_query.cpp
1 parent 3756725 commit 0c84fa5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

sycl/doc/design/CommandGraph.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,9 +265,9 @@ support.
265265

266266
Due to the API mapping gaps documented in the following section, OpenCL as a
267267
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
271271
mentioning the unsupported command. For example,
272272

273273
```
@@ -343,7 +343,7 @@ custom defined symbols with the ones from OpenCL-Headers.
343343
Publicly available implementations of `cl_khr_command_buffer` that can be used
344344
to enable the graphs extension in OpenCL:
345345

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)
347347
- [PoCL](http://portablecl.org/)
348348
- [Command-Buffer Emulation Layer](https://github.com/bashbaug/SimpleOpenCLSamples/tree/main/layers/10_cmdbufemu)
349349

sycl/test-e2e/Graph/device_query.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: opencl || cuda || level_zero
21
// RUN: %{build} -o %t.out
32
// RUN: %{run} %t.out
43

0 commit comments

Comments
 (0)