File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ deallocators. Dpctl's Python API provides classes that implement
12
12
using SYCL USM memory; making it possible to create Python objects that are
13
13
backed by SYCL USM memory.
14
14
15
- Dpctl also supports the DPCPP `` oneapi::filter_selector ` ` extension and has
15
+ Dpctl also supports the DPCPP :oneapi_filter_selection: ` oneapi::filter_selector <> ` extension and has
16
16
experimental support for SYCL's ``kernel `` and ``program `` classes.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ is called.
68
68
:caption: Constructing SyclQueue from filter selector
69
69
:linenos:
70
70
71
- A possible output for the example :ref: `fig-constructing-queue-filter-selector: ` may be:
71
+ A possible output for the example :ref: `fig-constructing-queue-filter-selector ` may be:
72
72
73
73
.. program-output :: python ../examples/python/sycl_queue.py -r create_queue_from_filter_selector
74
74
You can’t perform that action at this time.
0 commit comments