113 wires and counting

$ follow Google

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

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-07
stories 5

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Mosaic GPU cleanup plus neg_p alignment in JAX

By RepoJournal · Filed · About Google

JAX's Mosaic GPU backend drops dead code while the team aligns neg_p lowering between Lane and WG semantics for floating types.

JAX's Mosaic GPU backend removed the unused `_tmem_addr_to_ptr` helper [1]. The removal pairs with the alignment of `lax.neg_p` lowering between Lane and WG semantics for floating types [2][3]. The change ensures consistent behavior across the two semantics for floating-point negation.

Additionally, the XLA dependency was updated to revision 3e8c82faf8a5afe3583beed85503cc117adb89d9 [4]. This keeps JAX on a recent XLA snapshot.

Quick answers

What shipped in Google on September 7, 2026?
JAX's Mosaic GPU backend drops dead code while the team aligns neg_p lowering between Lane and WG semantics for floating types. In total, 3 commits and 2 pull requests landed.
Who contributed to Google on September 7, 2026?
3 developers shipped this update, including Sergei Lebedev, copybara-service, and jax authors.
What were the notable Google updates?
[mosaic_gpu] Removed unused `_tmem_addr_to_ptr`, Aligned the lowering of `lax.neg_p` between Lane and WG semantics for floating types, and Aligned the lowering of `lax.neg_p` between Lane and WG semantics for floating types.