File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ The Array Context Abstraction
88Implementations 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+
1118Array 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments