mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Update README.md to fix link to prng.md
This commit is contained in:
parent
660616cff6
commit
4a8de96e88
@ -357,7 +357,7 @@ Some standouts:
|
||||
1. [In-place mutating updates of
|
||||
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.
|
||||
1. [Random numbers are
|
||||
different](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#random-numbers), but for [good reasons](https://github.com/google/jax/blob/main/design_notes/prng.md).
|
||||
different](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#random-numbers), but for [good reasons](https://github.com/google/jax/blob/main/docs/design_notes/prng.md).
|
||||
1. If you're looking for [convolution
|
||||
operators](https://jax.readthedocs.io/en/latest/notebooks/convolutions.html),
|
||||
they're in the `jax.lax` package.
|
||||
|
Loading…
x
Reference in New Issue
Block a user