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)
194
193
for more.
195
194
196
195
### Auto-vectorization with `vmap`
@@ -349,7 +348,7 @@ Some standouts:
349
348
1.[In-place mutating updates of
350
349
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.
351
350
1.[Random numbers are
352
-
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).
351
+
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 |
392
391
| Apple GPU | n/a | no | n/a | experimental | n/a | n/a |
392
+
| Intel GPU | experimental | n/a | n/a | n/a | no | no |
393
393
394
394
395
395
### Instructions
@@ -401,6 +401,7 @@ Some standouts:
401
401
| Google TPU |`pip install -U "jax[tpu]" -f https://storage.googleapis.com/jax-releases/libtpu_releases.html`|
402
402
| 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). |
403
403
| Mac GPU | Follow [Apple's instructions](https://developer.apple.com/metal/jax/). |
0 commit comments