triton-lang / triton

Development repository for the Triton language and compiler
https://triton-lang.org/
MIT License
13.47k stars 1.66k forks source link

[DRAFT] Completely remove `MemDesc` from the Triton dialect #5208

Closed Jokeren closed 18 hours ago

Jokeren commented 1 day ago

After this PR, MemDesc will be a type only in the TritonGPU dialect, as will the TensorOrMemDesc interface.

Jokeren commented 1 day ago

It turned out very wise to separate this PR from the previous one since this one is huge....