legate.core.operation.AutoTask.declare_partition#

AutoTask.declare_partition(store: Store, disjoint: bool = True, complete: bool = True) PartSym#

Creates a partition symbol for the store

Parameters:
  • store (Store) – Store to associate the partition symbol with

  • disjoint (bool, optional) – True (by default) means the partition must be disjoint

  • complete (bool, optional) – True (by default) means the partition must be complete

Returns:

A partition symbol

Return type:

PartSym