You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BACKEND] Apply padding when lowering ttg.memdesc_index (#7696)
triton-lang/triton#7622 introduced
`ttg.memdesc_index` which applies a constant offset to the base pointer
of the smem object. For padded layouts we need to add padding based on
the offset, similar to what
triton-lang/triton#7404 did for the old subview
operation.
I also adjusted the lit test to check we actually generate padding from
the ttg.memdesc_index. The previous version did not fail because it
matched the lowering of the `ttg.local_load/store` as well.
0 commit comments