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

[IR] Remove memdesc from `tt.trans` and implements `ttg.memdesc_trans` #5194

Closed Jokeren closed 1 day ago

Jokeren commented 2 days ago

Nice. Does this mean we can remove MemDesc entirely from the triton dialect?

Yes, this is what I'm trying to achieve

Jokeren commented 1 day ago

Hi @peterbell10 and @ThomasRaoux, would you like me to remove memdesc from Triton completely in this PR or in a separate PR? I'm OK either way

ThomasRaoux commented 1 day ago

Hi @peterbell10 and @ThomasRaoux, would you like me to remove memdesc from Triton completely in this PR or in a separate PR? I'm OK either way

either way is fine

Jokeren commented 1 day ago

Sure. I'll address it separately then.