Skip to content

Commit 12e173f

Browse files
alexfiklinducer
authored andcommitted
advertise jax support a bit more
1 parent 80813d7 commit 12e173f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ implementations for:
1717

1818
- numpy
1919
- `PyOpenCL <https://documen.tician.de/pyopencl/array.html>`__
20+
- `JAX <https://jax.readthedocs.io/en/latest/>`__
2021
- `Pytato <https://documen.tician.de/pytato>`__ (for lazy/deferred evaluation)
22+
with backends for ``pyopencl`` and ``jax``.
2123
- Debugging
2224
- Profiling
2325

doc/array_context.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ The Array Context Abstraction
88
Implementations of the Array Context Abstraction
99
================================================
1010

11+
..
12+
When adding a new array context here, make sure to also add it to and run
13+
```
14+
doc/make_numpy_coverage_table.py
15+
```
16+
to update the coverage table below!
17+
1118
Array context based on :mod:`pyopencl.array`
1219
--------------------------------------------
1320

@@ -20,8 +27,8 @@ Lazy/Deferred evaluation array context based on :mod:`pytato`
2027
.. automodule:: arraycontext.impl.pytato
2128

2229

23-
Array context :mod:`jax.numpy`
24-
-------------------------------------------------------------
30+
Array context based on :mod:`jax.numpy`
31+
---------------------------------------
2532

2633
.. automodule:: arraycontext.impl.jax
2734

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ implementations for:
77

88
- :mod:`numpy`
99
- :mod:`pyopencl`
10+
- :mod:`jax.numpy`
1011
- :mod:`pytato` (for lazy/deferred evaluation)
1112
- Debugging
1213
- Profiling

0 commit comments

Comments
 (0)