Skip to content

Commit 63c754c

Browse files
fixed reference to filter selector
1 parent 59767cb commit 63c754c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/docfiles/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ deallocators. Dpctl's Python API provides classes that implement
1212
using SYCL USM memory; making it possible to create Python objects that are
1313
backed by SYCL USM memory.
1414

15-
Dpctl also supports the DPCPP ``ONEAPI::filter_selector`` extension and has
15+
Dpctl also supports the DPCPP ``oneapi::filter_selector`` extension and has
1616
experimental support for SYCL's ``kernel`` and ``program`` classes.

docs/docfiles/urls.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"dpcpp_envar": "https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md",
33
"numa_domain": "https://en.wikipedia.org/wiki/Non-uniform_memory_access",
44
"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",
67
"sycl_aspects": "https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#table.device.aspect",
78
"sycl_context": "https://sycl.readthedocs.io/en/latest/iface/context.html",
89
"sycl_device": "https://sycl.readthedocs.io/en/latest/iface/device.html",

docs/docfiles/user_guides/manual/dpctl/queues.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When context is not specified the :sycl_queue:`sycl::queue <>` constructor
5757
from a device instance is called. Instead of an instance of
5858
:class:`dpctl.SyclDevice` the argument `dev` can be a valid filter
5959
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 <>`
6161
is called.
6262

6363
.. _fig-constructing-queue-filter-selector:

0 commit comments

Comments
 (0)