Files
concrete/compilers/concrete-compiler/compiler/lib/Dialect
Andi Drebes 12ab53ba92 refactor(compiler): Remove attribute "tile-sizes" from operations after tiling
The tiling infrastructure preserves attributes of tiled
`linalg.generic` operations, such that the attribute for the tile
sizes specified for the `linalg.generic` operation before tiling is
copied to the `linalg.generic` operation that is part of the generated
IR for a single tile.

This change causes the attribute to be removed after tiling, since it
does not make sense to preserve the attribute for per-tile operations.
2024-04-12 09:05:41 +02:00
..
2024-04-11 14:50:16 +02:00
2024-03-13 17:10:00 +01:00
2024-04-11 14:50:16 +02:00
2024-03-13 17:10:00 +01:00