ROCm / triton

Development repository for the Triton language and compiler
MIT License
83 stars 27 forks source link

[MFMA] Remove CTA related code from layout #429

Closed binarman closed 8 months ago

binarman commented 8 months ago

This PR removes CTALayout attribute from MFMA layout, because it is NV specific.

jayfurmanek commented 8 months ago

FYI - So the plan upstream is to unify the Triton GPU IR and move AMD support to a back-end (only). In this model we'll have to rely on upstream for IR changes. MFMA layout is not yet upstream so this is good to clean it up a bit in prep for that as well.