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
``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.
0 commit comments