ROCm / triton

Development repository for the Triton language and compiler
MIT License
80 stars 22 forks source link

Change all block pointers to regular tensor pointers #584

Closed vgokhale closed 1 month ago

vgokhale commented 1 month ago

Changed all block pointers to tensor pointers. Also puggybacked some minor code cleanup.

This change was necessary because block pointers are not well supported currently for non-TMA things.

All tests pass.

Performance before / after delta < 1%.