legate.core.Runtime.issue_fill#
- Runtime.issue_fill(self, LogicalStore store, value) void#
Fills the store with a constant value.
- Parameters:
store (LogicalStore) – LogicalStore to fill
value (LogicalStore or Scalar) – The constant value to fill the
storewith
- Raises:
ValueError – Any of the following cases: 1)
storeis not aLogicalStore2)storeis unbound 3)valueis not aScalaror a scalarLogicalStoreor thestoreis unbound