ROCm / triton

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

Change all block pointers to tensor pointers #585

Closed vgokhale closed 4 months ago

vgokhale commented 4 months ago

Change all block pointers to tensor pointers

Block pointers are for nvidia TMAs. They are useful for regular loads as well but not well supported.

Also cleaned up some code I came across along the way and updated comment at the top.