File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
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_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 2
2
"dpcpp_envar" : " https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md" ,
3
3
"numa_domain" : " https://en.wikipedia.org/wiki/Non-uniform_memory_access" ,
4
4
"oneapi" : " https://www.oneapi.io/" ,
5
- "oneapi_filter_selection" : " https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/FilterSelector/FilterSelector.adoc" ,
5
+ "oneapi_filter_selection" : " https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_filter_selector.asciidoc" ,
6
+ "oneapi_default_context" : " https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/supported/sycl_ext_oneapi_default_context.asciidoc" ,
6
7
"sycl_aspects" : " https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#table.device.aspect" ,
7
8
"sycl_context" : " https://sycl.readthedocs.io/en/latest/iface/context.html" ,
8
9
"sycl_device" : " https://sycl.readthedocs.io/en/latest/iface/device.html" ,
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ When context is not specified the :sycl_queue:`sycl::queue <>` constructor
57
57
from a device instance is called. Instead of an instance of
58
58
:class: `dpctl.SyclDevice ` the argument `dev ` can be a valid filter
59
59
selector string. In this case the :sycl_queue: `sycl::queue <> ` constructor
60
- with the corresponding :filter_selector : `sycl::ext::oneapi::filter_selector `
60
+ with the corresponding :oneapi_filter_selection : `sycl::ext::oneapi::filter_selector <> `
61
61
is called.
62
62
63
63
.. _fig-constructing-queue-filter-selector :
You can’t perform that action at this time.
0 commit comments