mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Update changelog for named_scope
and adds it to the docs
This commit is contained in:
parent
95a854d487
commit
c0b47fdf2c
@ -43,6 +43,8 @@ PLEASE REMEMBER TO CHANGE THE '..main' WITH AN ACTUAL TAG in GITHUB LINK.
|
||||
* Added {func}`jax.default_device`.
|
||||
* Added a `python -m jax.collect_profile` script to manually capture program
|
||||
traces as an alternative to the Tensorboard UI.
|
||||
* Added a `jax.named_scope` context manager that adds profiler metadata to
|
||||
Python programs (similar to `jax.named_call`).
|
||||
|
||||
## jaxlib 0.3.11 (Unreleased)
|
||||
* [GitHub commits](https://github.com/google/jax/compare/jaxlib-v0.3.10...main).
|
||||
|
@ -50,6 +50,7 @@ Just-in-time compilation (:code:`jit`)
|
||||
device_get
|
||||
default_backend
|
||||
named_call
|
||||
named_scope
|
||||
block_until_ready
|
||||
|
||||
.. _jax-grad:
|
||||
|
Loading…
x
Reference in New Issue
Block a user