Remove long-deprecated method .block_host_until_ready().

PiperOrigin-RevId: 492571809
This commit is contained in:
Peter Hawkins 2022-12-02 15:13:55 -08:00 committed by jax authors
parent 5e102c17d6
commit c2c3669c15

View File

@ -47,6 +47,8 @@ Remember to align the itemized text with the first line of an item within a list
to calculate preallocation. Please refer to
[GPU memory allocation](https://jax.readthedocs.io/en/latest/gpu_memory_allocation.html) for
more details.
* The deprecated method `.block_host_until_ready()` has been removed. Use
`.block_until_ready()` instead.
## jax 0.3.25 (Nov 15, 2022)