Hopefully the previous articles covering linear layout concepts and
examples facilitate building a solid understanding of the core generic layer powering
various Triton code generation lowering and optimizations.
Now let’s turn our focus to those bespoke layouts, which we still consistently interact with
when working on Triton compiler internals.
Additionally, developers can directly program layouts with Gluon now; writing those bespoke layouts
is generally more intuitive than linear layouts.