You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/tensor.rst
+58-6Lines changed: 58 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,67 @@ Tensor (``dpnp.tensor``)
4
4
========================
5
5
6
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.
7
+
`Python Array API <https://data-apis.org/array-api/latest/>`_ specification.
8
+
The implementation uses data-parallel algorithms suitable for execution on
9
+
accelerators, such as GPUs.
9
10
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>`_.
11
+
It also provides the underlying Array API-compliant implementation
0 commit comments