RepoJournal
Google

Google

JAX, the GenAI SDK, and the Cloud libs - Google's open source layer

Keep up with Google in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Python Full archive →

The Wire · Showcase

JAX FIXES TRIANGULAR_SOLVE MEMORY BLOWUP, EXPANDS GPU INTERPRET MODE

By RepoJournal · Filed · About Google

A partial revert of yesterday's batching rule is rolling back OOMs in triangular_solve while keeping the performance gains.

JAX shipped a fix [1] that reverts the problematic broadcast insertion from the previous batching rule but preserves the optimization by improving the sharding rule instead. That earlier PR was causing out-of-memory errors in certain batching cases, so this lands the best of both worlds: the batching rule stays lean while the sharding rule now accepts additional batch dimensions. In parallel, GPU Interpret Mode got expanded [2] to support while_p operations and better handle unpacking of arbitrary transforms for copy_gmem_to_smem_p, which broadens what workloads can now run in this debugging mode. These are targeted fixes addressing real memory and compatibility pain points from the last cycle.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] restore triangular_solve batching rule, improve sharding rule ↗ google/jax
  2. [2] Support while_p in GPU Interpret Mode. ↗ google/jax

Quick answers

What shipped in Google on May 31, 2026?
A partial revert of yesterday's batching rule is rolling back OOMs in triangular_solve while keeping the performance gains. In total, 4 commits and 2 pull requests landed.
Who contributed to Google on May 31, 2026?
2 developers shipped this update, including mattjj and copybara-service[bot].
What were the notable Google updates?
restore triangular_solve batching rule, improve sharding rule and Support while_p in GPU Interpret Mode.

More from Google

Daily updates, in your inbox

Follow Google

Keep up with Google in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?