legate.core.AutoTask.add_input#

AutoTask.add_input(
self,
LogicalStore store,
partition: object = None,
) Variable#

Adds a logical store as input to the task

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

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

Raises:

RuntimeError – If the AutoTask has been previously locked by a PyTask.