legate.core.store.Store.partition_by_tiling#

Store.partition_by_tiling(tile_shape: Union[Shape, Sequence[int]]) StorePartition#

Creates a tiled partition of the store

Parameters:

tile_shape (Shape or Sequence[int]) – Shape of tiles

Returns:

A StorePartition object

Return type:

StorePartition