Skip to content

Commit a522dec

Browse files
Add tensor doc page with link to dpctl 0.21.1 API reference
1 parent 7277530 commit a522dec

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Data Parallel Extension for NumPy*
1313
overview
1414
quick_start_guide
1515
reference/index
16+
tensor
1617

1718
.. toctree::
1819
:maxdepth: 1

doc/tensor.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _tensor:
2+
3+
Tensor (``dpnp.tensor``)
4+
========================
5+
6+
``dpnp.tensor`` provides a reference implementation of the
7+
`Python Array API <https://data-apis.org/array-api/latest/>`_ specification. The implementation
8+
uses data-parallel algorithms suitable for execution on accelerators, such as GPUs.
9+
10+
``dpnp.tensor`` is written using C++ and `SYCL <https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html>`_
11+
and oneAPI extensions implemented in `Intel(R) oneAPI DPC++ compiler <https://www.intel.com/content/www/us/en/developer/tools/oneapi/dpc-compiler.html>`_.
12+
13+
.. note::
14+
15+
The documentation for ``dpnp.tensor`` API documentation will be added in a future release.
16+
17+
For the complete API reference, see the
18+
`dpctl 0.21.1 tensor documentation <https://intelpython.github.io/dpctl/0.21.1/api_reference/dpctl/tensor.html>`_.

0 commit comments

Comments
 (0)