ROCm / triton

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

Change all block pointers to tensor pointers #574

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%.

micmelesse commented 1 month ago

The Perf CI has been merged to triton-mlir so hopefully we should get all green after a rebase and you remove the pytest.skips.