legate.core.LogicalStore.partition_by_tiling#
- LogicalStore.partition_by_tiling(
- self,
- tile_shape,
- color_shape=None,
Creates a tiled partition of the store
- Parameters:
tile_shape (Sequence[int]) – Shape of tiles
color_shape (Sequence[int] | None) – The color shape to force the tiling into.
- Returns:
A
LogicalStorePartitionobject- Return type:
LogicalStorePartition