mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
Address comments for change log
This commit is contained in:
parent
4870fd3be8
commit
f3ded0fc1e
@ -8,12 +8,13 @@ Remember to align the itemized text with the first line of an item within a list
|
||||
PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
|
||||
-->
|
||||
|
||||
## jax 0.3.22 (Oct 5, 2022)
|
||||
## jax 0.3.22
|
||||
* Changes
|
||||
* Add `JAX_PLATFORMS=tpu,cpu` as default setting in TPU initialization,
|
||||
so JAX will raise an error if TPU cannot be initialized instead of falling
|
||||
back to CPU. Users are able to override this behavior to automatically choose
|
||||
an available backend by setting `JAX_PLATFORMS=''`.
|
||||
back to CPU. Set `JAX_PLATFORMS=''` to override this behavior and automatically
|
||||
choose an available backend (the original default), or set `JAX_PLATFORMS=cpu`
|
||||
to always use CPU regardless of if the TPU is available.
|
||||
|
||||
## jaxlib 0.3.22
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user