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 ADDS HARDWARE-NATIVE INTEGER MULTIPLY, TIGHTENS jax2tf SCOPE

By RepoJournal · Filed · About Google

JAX shipped a new mulhi primitive that maps directly to the hardware instruction, while cleaning up jax2tf to focus on what it actually supports.

JAX landed the mulhi primitive [1], a new operation that lowers directly to the chlo.mulhi op, giving you access to native high-bit multiplication on supported hardware without the overhead of decomposition. This is a precision win for numerical work where you need both halves of the multiply result. In parallel, the jax2tf toolchain got a documentation and examples refresh [2] that strips out TensorFlow.js references and removes outdated serialization patterns, making it clearer what the bridge actually supports and reducing confusion for new users. The update doesn't break existing code but does expect you to drop any TF.js assumptions if you had them. On the testing front [3], JAX added hardening for remat transpose when primal inputs are reduced, ensuring cotangent handling stays correct through that optimization path.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] JAX: Add `mulhi` primitive which lowers to the recently-added `chlo.mulhi` op. ↗ google/jax
  2. [2] [jax2tf] Clean up jax2tf examples and documentation ↗ google/jax
  3. [3] Add a test for remat transpose when the primal inputs are reduced. Make sure the cotangents are unreduced ↗ google/jax

Quick answers

What shipped in Google on May 24, 2026?
JAX shipped a new mulhi primitive that maps directly to the hardware instruction, while cleaning up jax2tf to focus on what it actually supports. In total, 4 commits and 3 pull requests landed.
Who contributed to Google on May 24, 2026?
2 developers shipped this update, including copybara-service[bot] and gnecula.
What were the notable Google updates?
JAX: Add `mulhi` primitive which lowers to the recently-added `chlo.mulhi` op, [jax2tf] Clean up jax2tf examples and documentation, and Add a test for remat transpose when the primal inputs are reduced. Make sure the cotangents are unreduced.

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?