Skip to content

Commit a604592

Browse files
Suggested tweaks to intro.rst
1 parent 029bc53 commit a604592

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/docfiles/intro.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ classes, dpctl includes bindings for SYCL USM memory allocators and
1212
deallocators. Dpctl Python API provides classes that implement
1313
`Python buffer protocol <https://docs.python.org/3/c-api/buffer.html>`_
1414

15-
Dpctl implements N-dimensional array Python object :class:`dpctl.tensor.usm_ndarray` to
16-
logically address USM memory allocations, and contains growing implementation of
17-
operations on such objects confofrming :array_api:`array API specification <>` in
18-
:class:`dpctl.tensor` namespace.
19-
20-
Dpctl also supports the DPCPP :oneapi_filter_selection:`oneapi::filter_selector <>` extension and has
15+
Dpctl also supports the DPC++ :oneapi_filter_selection:`ext::oneapi::filter_selector <>` extension and has
2116
experimental support for SYCL's interoperability ``kernel`` and
2217
``kernel_bundle<bundle_state::executable>`` classes.
18+
19+
Dpctl includes a reference implementation for :array_api:`array API specification <>` using
20+
DPC++ and USM memory allocation in the :class:`dpctl.tensor` sub-module.
21+
The :class:`dpctl.tensor` sub-module provides an N-dimensional array Python object
22+
:class:`dpctl.tensor.usm_ndarray` and a growing implementation of :array_api:`array API specification <>`
23+
compliant operations on instances of the array class.

0 commit comments

Comments
 (0)