Artem Gindinson 64c4e529a9
[mlir][SPIRV] Add alignment calculation to support PhysicalStorageBuffer with vector types (#187698)
This allows to lower `memref.load`/`store` operations on
`PhysicalStorageBuffer`-typed resources with the underlying type being a
vector type. This improves support for the `PhysicalStorageBuffer`
capability in pipelines that use the Vector dialect for distribution.

Signed-off-by: Artem Gindinson <gindinson@roofline.ai>
2026-03-21 07:15:57 +01:00
..