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 store with

Raises:

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