-
Notifications
You must be signed in to change notification settings - Fork 27
Pull requests: google-deepmind/kfac-jax
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
No longer using "iterator_on_device" in dataset functions in examples code, as this is 1) arguably pointless since data transfers cannot occur in parallel with other ops (at least on TPU), and 2) leads to a nasty error on TPUs now that xla_tpu_use_enhanced_launch_barrier=True by default. The error happens because Jaxline's py_prefetch function runs in a separate thread, and this leads to random timing of the step function vs the data transfer function, which is interpreted as an "out of order" error by the "launch barrier" when JAX is running in multi-process mode on TPUs.
#334
opened May 8, 2025 by
copybara-service
bot
Loading…
[JAX] Fix Jaxpr comparisons for upcoming change to DropVar behavior.
#332
opened Apr 23, 2025 by
copybara-service
bot
Loading…
Only check adaptive damping settings if adaptive learning rate is enabled.
#320
opened Mar 6, 2025 by
copybara-service
bot
Loading…
Bump numpy from 1.21 to 1.22.0
dependencies
Pull requests that update a dependency file
#165
opened Sep 4, 2023 by
dependabot
bot
Loading…
Bump ipython from 7.16.1 to 8.10.0
dependencies
Pull requests that update a dependency file
#164
opened Sep 4, 2023 by
dependabot
bot
Loading…
ProTip!
Filter pull requests by the default branch with base:main.