We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e2133 commit f83ee9cCopy full SHA for f83ee9c
README.rst
@@ -15,8 +15,8 @@ GPU arrays? Deferred-evaluation arrays? Just plain ``numpy`` arrays? You'd like
15
code to work with all of them? No problem! Comes with pre-made array context
16
implementations for:
17
18
-- numpy
19
-- cupy
+- `numpy <https://numpy.org>`__
+- `cupy <https://cupy.dev>`__
20
- `PyOpenCL <https://documen.tician.de/pyopencl/array.html>`__
21
- `JAX <https://jax.readthedocs.io/en/latest/>`__
22
- `Pytato <https://documen.tician.de/pytato>`__ (for lazy/deferred evaluation)
0 commit comments