legate.core.Runtime.issue_fill#

Runtime.issue_fill(self, array_or_store, value) void#

Fills the array or store with a constant value.

Parameters:
  • array_or_store (LogicalArray or LogicalStore) – LogicalArray or LogicalStore to fill

  • value (LogicalStore or Scalar) – The constant value to fill the array_or_store with

Raises:

ValueError – Any of the following cases: 1) array_or_store is not a LogicalArray or a LogicalStore 2) array_or_store is unbound 3) value is not a Scalar or a scalar LogicalStore or the array_or_store is unbound