legate.core.operation.AutoTask.add_input#

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

Adds a store as input to the task

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

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