legate.core.operation.AutoTask.add_output#

AutoTask.add_output(store: Store, partition: Optional[PartSym] = None) None#

Adds a store as output to the task

Parameters:
  • store (Store) – Store to pass as output

  • partition (PartSym, optional) – Partition to associate with the store. The default partition is picked if none is given.