File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ classes, dpctl includes bindings for SYCL USM memory allocators and
1212deallocators. 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
2116experimental 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.
You can’t perform that action at this time.
0 commit comments