Skip to content

PR Digest 2026 02 28

Tiotto, Ettore edited this page Mar 9, 2026 · 5 revisions

post # PR Summary

Period: 2026-02-01 to 2026-02-28 | Total PRs: 218 (148 from Xe2/Xe3/Xe3P, 70 from Xe4) | Lines changed: +114,259 / -38,761


Triton XPU BE (Xe2/Xe3/Xe3P) (148 PRs, +50,040 / -15,251)

February was dominated by a major expansion of native tensor descriptor support throughout the compilation pipeline — from TTIR passes to final lowering — alongside a systematic refactor of axis analysis that improves the accuracy of 2D block I/O decisions. New hardware support landed for an additional GPU family, and the driver gained automatic large-register-file retry to recover from compilation failures. Twenty-eight upstream synchronizations were completed with a pass rate ranging from 97.52% to 97.75%.

Key accomplishments:

  • Built a complete native tensor descriptor pipeline from TTIR transforms through LLVM lowering, enabling more efficient memory access without pointer arithmetic
  • Refactored the axis information analysis in four incremental steps to correctly handle tensor descriptors, transposes, and unrealized casts, improving the accuracy of 2D block I/O selection
  • Added automatic kernel recompilation with large register file mode when the initial build fails, preventing silent compilation errors in production
  • Expanded device support to an additional GPU family and updated device property tables covering the full current hardware lineup
  • Removed the Intel-specific reduction lowering fork in favor of the upstream implementation, reducing maintenance burden

Tensor Descriptor & 2D Block I/O

A full native tensor descriptor pipeline was constructed across six compiler passes, and 2D block I/O correctness was improved with several targeted fixes.

Analysis & Correctness

A four-part refactor of the AxisInfo analysis and several layout correctness fixes resolved long-standing inaccuracies in stride and layout propagation.

Runtime & Hardware Support

Driver and runtime updates expand hardware coverage and improve resilience against compilation failures.

Test & CI Reliability

New test infrastructure, expanded unit test coverage for DPAS analysis, and systematic CI improvements to reduce execution time.

Upstream Alignment

Synchronization merges tracking the upstream OpenAI Triton compiler throughout February.

28 upstream merges from OpenAI Triton (commits 2adfa7a, 68d5ecc, 3c26f56, 71c3148, 434aecb, ed24f4c, 3f74afe, 917dbde, 5ce5c68, 3c856db, 0ff3c91, 9a6af86, 9cdd0c3, 924ab52, cfeba5a, e2f9c9b, 05fc47f, c155e4a, ed4ef36, bb75a87, 483327f, 7509522, 0bc402c, 76e2689, 0ce9508, dad63bd, 7505c8c, 52998ef) — pass rate 97.52%–97.75%.

Clone this wiki locally