legate.core.AutoTask.add_output#

AutoTask.add_output(
self,
LogicalStore store,
partition=None,
) Variable#

Adds a logical store as output to the task

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

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

Raises:

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