legate.core.AutoTask.add_input#
- AutoTask.add_input(
- self,
- array_or_store,
- partition: Variable | None = None,
Adds a logical array/store as input to the task
- Parameters:
array_or_store (LogicalArray or LogicalStore) – LogicalArray or 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
.