mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
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.