mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
add jax.block_until_ready to docs and changelog
also unrelatedly fix a couple of the uses of rst in changelog.md (though many others remain)
This commit is contained in:
parent
d6223cd4f8
commit
0c68605bf1
@ -21,6 +21,9 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
|
||||
Additionally, added documentation for how to implement the old behavior
|
||||
using JAX custom AD APIs ({jax-issue}`#7839`).
|
||||
|
||||
* New features:
|
||||
* add `jax.block_until_ready` ({jax-issue}`#8941)
|
||||
|
||||
## jaxlib 0.1.76 (Unreleased)
|
||||
|
||||
## jaxlib 0.1.75 (Dec 8, 2021)
|
||||
|
@ -101,6 +101,7 @@ Parallelization (:code:`pmap`)
|
||||
.. autofunction:: device_put_replicated
|
||||
.. autofunction:: device_put_sharded
|
||||
.. autofunction:: device_get
|
||||
.. autofunction:: block_until_ready
|
||||
.. autofunction:: default_backend
|
||||
.. autofunction:: named_call
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user