RepoJournal
PyTorch

@pytorch

PyTorch and the broader machine-learning ecosystem

Keep up with PyTorch 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: Python AI / ML Full archive →

The Wire · Showcase

Pallas HBM Windows Open on Any Tensor Axis

By RepoJournal · Filed · About PyTorch

Pallas stagers just gained the ability to align HBM windows on any tensor axis, not just the last one, and a critical autotuning crash is fixed.

The Pallas frontend is flexing serious new muscle with a 16-PR stack from AmesingFlank that extends stage-aligned HBM windows to any tensor axis [1], covers static value slices [2], and supports aligned dynamic HBM windows [3] for projection kernels. Meanwhile, the autotuner now handles kernels with callable arguments, fixing the `TypeError: Cannot serialize type: code` that broke AOT tuning for things like flex attention's score_mod [4]. On the XPU front, a torch-xpu-ops commit pin [5] lands fixes for register spilling, group_reduce asserts, and TopK NaN behavior. "AOT tuning currently does not work for any kernel with a callable input" [4], but that's no longer the case. Elsewhere, DreamerV3 gets a focused correctness patch fixing episode-boundary semantics [6], and TensorDict deprecates `TensorDictModule.device` ahead of removal in 0.17 [7]. Buckle up, because the Pallas changes alone shift how you write tile-based kernels.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [Pallas] Stage aligned HBM windows on any tensor axis ↗ pytorch/helion
  2. [2] [Pallas] Lower static value slices as basic indices ↗ pytorch/helion
  3. [3] [Pallas] Stage aligned dynamic HBM windows ↗ pytorch/helion
  4. [4] [autotuner] AOT tuning for callables ↗ pytorch/helion
  5. [5] Update torch-xpu-ops commit pin (#194185) pytorch/pytorch
  6. [6] [BugFix] Match DreamerV3 reference semantics ↗ pytorch/rl
  7. [7] [Deprecation] Deprecate TensorDictModule.device (#1770) pytorch/tensordict

Quick answers

What shipped in PyTorch on August 22, 2026?
Pallas stagers just gained the ability to align HBM windows on any tensor axis, not just the last one, and a critical autotuning crash is fixed. In total, 63 commits and 18 pull requests landed.
Who contributed to PyTorch on August 22, 2026?
13 developers shipped this update, including AmesingFlank, kitzbergerg, ethche, unography, 谢翊凡, dependabot, Tomasz Szulist, and Cui, Yifeng, and 5 more.
What were the notable PyTorch updates?
[Pallas] Stage aligned HBM windows on any tensor axis, [Pallas] Lower static value slices as basic indices, and [Pallas] Stage aligned dynamic HBM windows.

More from @pytorch

Daily updates, in your inbox

Follow PyTorch

Keep up with PyTorch 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?