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
the tutorial on [Control Flow and Logical Operators with JIT](https://jax.readthedocs.io/en/latest/control-flow.html)
198
197
for more.
199
198
200
199
### Auto-vectorization with `vmap`
@@ -353,7 +352,7 @@ Some standouts:
353
352
1.[In-place mutating updates of
354
353
arrays](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#in-place-updates), like `x[i] += y`, aren't supported, but [there are functional alternatives](https://jax.readthedocs.io/en/latest/jax.ops.html). Under a `jit`, those functional alternatives will reuse buffers in-place automatically.
355
354
1.[Random numbers are
356
-
different](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#random-numbers), but for [good reasons](https://github.com/jax-ml/jax/blob/main/docs/jep/263-prng.md).
355
+
different](https://jax.readthedocs.io/en/latest/random-numbers.html), but for [good reasons](https://github.com/jax-ml/jax/blob/main/docs/jep/263-prng.md).
| AMD GPU | yes | no | experimental | n/a | no | no |
396
395
| Apple GPU | n/a | no | n/a | experimental | n/a | n/a |
396
+
| Intel GPU | experimental | n/a | n/a | n/a | no | no |
397
397
398
398
399
399
### Instructions
@@ -405,6 +405,7 @@ Some standouts:
405
405
| Google TPU |`pip install -U "jax[tpu]" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html`|
406
406
| AMD GPU (Linux) | Use [Docker](https://hub.docker.com/r/rocm/jax-community/tags), [pre-built wheels](https://github.com/ROCm/jax/releases), or [build from source](https://jax.readthedocs.io/en/latest/developer.html#additional-notes-for-building-a-rocm-jaxlib-for-amd-gpus). |
407
407
| Mac GPU | Follow [Apple's instructions](https://developer.apple.com/metal/jax/). |
0 commit comments