Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of block pointer dependency #3746

Open
etiotto opened this issue Mar 24, 2025 · 2 comments
Open

Removal of block pointer dependency #3746

etiotto opened this issue Mar 24, 2025 · 2 comments

Comments

@etiotto
Copy link
Contributor

etiotto commented Mar 24, 2025

Triton upstream will sunset support for block pointers. Conversely the new tensor descriptor API will be "blessed" and no longer experimental.

In order to transition to use tensor descriptors we need:

  1. a transition plan to convert tensor descriptor into block pointers (internally)
  2. make our BE transformation work flawlessly with the tensor descriptor API

(1) will be done first and will allow us to merge in our branch the removal of the python API dealing with block ptrs (and possible support in the Triton dialect for the block ptr operations)

(2) will be done after (1)

@alexbaden
Copy link
Contributor

What is the difference between converting tensor descriptor to block ptr and supporting tensor descriptor natively?

@etiotto
Copy link
Contributor Author

etiotto commented Mar 31, 2025

What is the difference between converting tensor descriptor to block ptr and supporting tensor descriptor natively?

The former allows us to use the TTGIR passes unchanged (because they already support block pointers). The later would require us to adapt TTGIR passes that now expect block pointers to work for tensor descriptors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants