Skip to content

Commit e450664

Browse files
committed
remove remaining documentation referencing dpctl.tensor
1 parent b41a8a7 commit e450664

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+30
-1513
lines changed

docs/doc_sources/api_reference/dpctl/examples/usm_ndarray.rst

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/doc_sources/api_reference/dpctl/filter_selector_string.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,5 @@ Supported values for ``DeviceType`` are:
4949

5050
Filter selector strings can be used as arguments to constructors of
5151
:py:class:`dpctl.SyclDevice`, :py:class:`dpctl.SyclContext`,
52-
:py:class:`dpctl.SyclPlatform`, :py:class:`dpctl.SyclQueue`,
53-
or :py:class:`dpctl.tensor.Device` classes, as well as values of
54-
``device`` keyword in :ref:`array creation functions <dpctl_tensor_creation_functions>`.
52+
:py:class:`dpctl.SyclPlatform`, or :py:class:`dpctl.SyclQueue`
53+
classes.

docs/doc_sources/api_reference/dpctl/flags.rst

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/doc_sources/api_reference/dpctl/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
- Unified Shared Memory operations
1717
* - :py:mod:`dpctl.program`
1818
- Support for working with SYCL kernels
19-
* - :py:mod:`dpctl.tensor`
20-
- Array library conforming to Python Array API specification
2119
* - :py:mod:`dpctl.utils`
2220
- A collection of utility functions
2321

docs/doc_sources/api_reference/dpctl/sycl_usm_array_interface.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
``__sycl_usm_array_interface__`` attribute
44
==========================================
55

6+
``__sycl_usm_array_interface__`` is a Python attribute designed to support extensions
7+
that implement arrays with underlying USM allocations.
8+
69
Python objects representing USM allocations, such as :py:class:`dpctl.memory.MemoryUSMDevice`,
7-
:py:class:`dpctl.memory.MemoryUSMShared`, :py:class:`dpctl.memory.MemoryUSMHost`,
8-
or :py:class:`dpctl.tensor.usm_ndarray`, distinguish themselves from other Python objects
9-
by providing the ``__sycl_usm_array_interface__`` attribute describing the allocation in a
10-
Python dictionary with the following fields:
10+
:py:class:`dpctl.memory.MemoryUSMShared` or :py:class:`dpctl.memory.MemoryUSMHost`,
11+
distinguish themselves from other Python objects by providing the
12+
``__sycl_usm_array_interface__`` attribute describing the allocation in a Python dictionary
13+
with the following fields:
1114

1215
``"shape"``
1316
a tuple of integers describing dimensions of an N-dimensional array

docs/doc_sources/api_reference/dpctl/tensor.constants.rst

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/doc_sources/api_reference/dpctl/tensor.creation_functions.rst

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/doc_sources/api_reference/dpctl/tensor.data_type_functions.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/doc_sources/api_reference/dpctl/tensor.data_types.rst

Lines changed: 0 additions & 129 deletions
This file was deleted.

0 commit comments

Comments
 (0)